Uses of Class
org.apache.fop.fo.flow.FootnoteBody
Packages that use FootnoteBody
Package
Description
Classes, constants and basic infrastructure for the FO tree.
All the block- and inline-level flow formatting objects.
FOP's layout engine.
MIF Output Support
RTF (Rich Text Format) Output Support
-
Uses of FootnoteBody in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type FootnoteBodyModifier and TypeMethodDescriptionvoidFO2StructureTreeConverter.endFootnoteBody(FootnoteBody body) voidStructureTreeEventTrigger.endFootnoteBody(FootnoteBody body) voidFO2StructureTreeConverter.startFootnoteBody(FootnoteBody body) voidStructureTreeEventTrigger.startFootnoteBody(FootnoteBody body) -
Uses of FootnoteBody in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type FootnoteBodyModifier and TypeMethodDescriptionvoidDelegatingFOEventHandler.endFootnoteBody(FootnoteBody body) voidFOEventHandler.endFootnoteBody(FootnoteBody body) Process the ending of a footnote body.voidDelegatingFOEventHandler.startFootnoteBody(FootnoteBody body) voidFOEventHandler.startFootnoteBody(FootnoteBody body) Process the start of a footnote body. -
Uses of FootnoteBody in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as FootnoteBodyMethods in org.apache.fop.fo.flow that return FootnoteBodyModifier and TypeMethodDescriptionFootnote.getFootnoteBody()Public accessor for footnote-body FO -
Uses of FootnoteBody in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return FootnoteBodyModifier and TypeMethodDescriptionprotected FootnoteBodyFootnoteBodyLayoutManager.getFootnodeBodyFO()Constructors in org.apache.fop.layoutmgr with parameters of type FootnoteBodyModifierConstructorDescriptionCreates a new FootnoteBodyLayoutManager. -
Uses of FootnoteBody in org.apache.fop.render.mif
Methods in org.apache.fop.render.mif with parameters of type FootnoteBodyModifier and TypeMethodDescriptionvoidMIFHandler.endFootnoteBody(FootnoteBody body) Process the ending of a footnote body.voidMIFHandler.startFootnoteBody(FootnoteBody body) Process the start of a footnote body. -
Uses of FootnoteBody in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type FootnoteBodyModifier and TypeMethodDescriptionvoidRTFHandler.endFootnoteBody(FootnoteBody body) Process the ending of a footnote body.voidRTFHandler.startFootnoteBody(FootnoteBody body) Process the start of a footnote body.