Uses of Class
org.apache.fop.fo.flow.table.TableFooter
-
Packages that use TableFooter Package Description org.apache.fop.accessibility.fo org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.flow.table org.apache.fop.render.mif MIF Output Supportorg.apache.fop.render.rtf RTF (Rich Text Format) Output Support -
-
Uses of TableFooter in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type TableFooter Modifier and Type Method Description voidFO2StructureTreeConverter. endFooter(TableFooter footer)voidStructureTreeEventTrigger. endFooter(TableFooter footer)voidFO2StructureTreeConverter. startFooter(TableFooter footer)voidStructureTreeEventTrigger. startFooter(TableFooter footer) -
Uses of TableFooter in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type TableFooter Modifier and Type Method Description voidDelegatingFOEventHandler. endFooter(TableFooter footer)voidFOEventHandler. endFooter(TableFooter footer)voidDelegatingFOEventHandler. startFooter(TableFooter footer)voidFOEventHandler. startFooter(TableFooter footer) -
Uses of TableFooter in org.apache.fop.fo.flow.table
Fields in org.apache.fop.fo.flow.table declared as TableFooter Modifier and Type Field Description private TableFooterTable. tableFooterMethods in org.apache.fop.fo.flow.table that return TableFooter Modifier and Type Method Description TableFooterTable. getTableFooter() -
Uses of TableFooter in org.apache.fop.render.mif
Methods in org.apache.fop.render.mif with parameters of type TableFooter Modifier and Type Method Description voidMIFHandler. endFooter(TableFooter tf)voidMIFHandler. startFooter(TableFooter tf) -
Uses of TableFooter in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type TableFooter Modifier and Type Method Description voidRTFHandler. endFooter(TableFooter footer)voidRTFHandler. startFooter(TableFooter footer)
-