* issues.
* @return The whitespace-collapse property.
*/
public boolean getWhiteSpaceCollapse(final FObj fobj,
final FoContext context) {
final PdWhiteSpaceCollapse property =
(PdWhiteSpaceCollapse) getProperty(
FoProperty.WHITE_SPACE_COLLAPSE);
if (property != null) {
return property.getValue(context, fobj);
}
// Try the shorthand
final PdWhiteSpace enumProperty = (PdWhiteSpace) getProperty(
FoProperty.WHITE_SPACE);
if (enumProperty != null) {