* issues.
* @return The table-omit-footer-at-break property.
*/
public boolean getTableOmitFooterAtBreak(final FObj fobj,
final FoContext context) {
final PdTableOmitFooterAtBreak property = (PdTableOmitFooterAtBreak)
getProperty(FoProperty.TABLE_OMIT_FOOTER_AT_BREAK);
if (property != null) {
return property.getValue(context, fobj);
}
return PdTableOmitFooterAtBreak.getValueNoInstance();
}