Home
last modified time | relevance | path

Searched refs:FO_TABLE_FOOTER (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/flow/
H A DRetrieveTableMarker.java55 && findAncestor(FO_TABLE_FOOTER) < 0) { in processNode()
97 && (ancestorID == FO_TABLE_HEADER || ancestorID == FO_TABLE_FOOTER)) { in findAncestor()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/flow/table/
H A DTableFooter.java65 return FO_TABLE_FOOTER; in getNameId()
H A DBorderSpecification.java85 case Constants.FO_TABLE_FOOTER: holderName = "table-footer"; break; in toString()
H A DTable.java289 case FO_TABLE_FOOTER: in addChildNode()
302 case FO_TABLE_FOOTER: in addChildNode()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/properties/
H A DTableBorderPrecedence.java68 case Constants.FO_TABLE_FOOTER: in make()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/table/
H A DCollapsingBorderModel.java144 case Constants.FO_TABLE_FOOTER: in getHolderPreferenceValue()
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/fo/
H A Dfo-table-footer.h23 #define FO_TABLE_FOOTER(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), FO_TYPE_TABLE_FOOT… macro
H A Dfo-table-footer.c1127 fo_table_footer = FO_TABLE_FOOTER (fo); in fo_table_footer_debug_dump_properties()
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/fo/
H A Dfo-table-footer.h23 #define FO_TABLE_FOOTER(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), FO_TYPE_TABLE_FOOT… macro
H A Dfo-table-footer.c1127 fo_table_footer = FO_TABLE_FOOTER (fo); in fo_table_footer_debug_dump_properties()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java193 int FO_TABLE_FOOTER = 77; field
H A DFONode.java910 case Constants.FO_TABLE_FOOTER: in canHaveMarkers()