* @param context An object that knows how to resolve FO Tree context
* issues.
* @return The widows property.
*/
public int traitWidows(final FObj fobj, final FoContext context) {
final PdWidows property = (PdWidows) getProperty(FoProperty.WIDOWS);
if (property != null) {
return property.getValue(context, fobj);
}
return PdWidows.getValueNoInstance(context, fobj);
}