Uses of Class
org.apache.fop.fo.flow.table.TableFooter
Packages that use TableFooter
Package
Description
Classes, constants and basic infrastructure for the FO tree.
MIF Output Support
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 TableFooterModifier and TypeMethodDescriptionvoid
FO2StructureTreeConverter.endFooter
(TableFooter footer) void
StructureTreeEventTrigger.endFooter
(TableFooter footer) void
FO2StructureTreeConverter.startFooter
(TableFooter footer) void
StructureTreeEventTrigger.startFooter
(TableFooter footer) -
Uses of TableFooter in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type TableFooterModifier and TypeMethodDescriptionvoid
DelegatingFOEventHandler.endFooter
(TableFooter footer) void
FOEventHandler.endFooter
(TableFooter footer) void
DelegatingFOEventHandler.startFooter
(TableFooter footer) void
FOEventHandler.startFooter
(TableFooter footer) -
Uses of TableFooter in org.apache.fop.fo.flow.table
Fields in org.apache.fop.fo.flow.table declared as TableFooterMethods in org.apache.fop.fo.flow.table that return TableFooter -
Uses of TableFooter in org.apache.fop.render.mif
Methods in org.apache.fop.render.mif with parameters of type TableFooterModifier and TypeMethodDescriptionvoid
MIFHandler.endFooter
(TableFooter tf) void
MIFHandler.startFooter
(TableFooter tf) -
Uses of TableFooter in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type TableFooterModifier and TypeMethodDescriptionvoid
RTFHandler.endFooter
(TableFooter footer) void
RTFHandler.startFooter
(TableFooter footer)