* issues.
* @return The linefeed-treatment property.
*/
public FoValue traitLinefeedTreatment(final FObj fobj,
final FoContext context) {
final PdLinefeedTreatment property = (PdLinefeedTreatment) getProperty(
FoProperty.LINEFEED_TREATMENT);
if (property != null) {
return property.getValue(context, fobj);
}
// Try the shorthand
final PdWhiteSpace whiteSpace = (PdWhiteSpace) getProperty(
FoProperty.WHITE_SPACE);
if (whiteSpace != null) {