* @param context An object that knows how to resolve FO Tree context
* issues.
* @return The wrap-option property.
*/
public FoValue getWrapOption(final FObj fobj, final FoContext context) {
final PdWrapOption property = (PdWrapOption) getProperty(
FoProperty.WRAP_OPTION);
if (property != null) {
return property.getValue(context, fobj);
}
// Try the shorthand
final PdWhiteSpace whiteSpace = (PdWhiteSpace) getProperty(
FoProperty.WHITE_SPACE);
if (whiteSpace != null) {