Uses of Class
org.apache.fop.fo.flow.Footnote
Packages that use Footnote
Package
Description
Classes, constants and basic infrastructure for the FO tree.
Layout managers for inline formatting objects and line building.
MIF Output Support
RTF (Rich Text Format) Output Support
-
Uses of Footnote in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type FootnoteModifier and TypeMethodDescriptionvoidFO2StructureTreeConverter.endFootnote(Footnote footnote) voidStructureTreeEventTrigger.endFootnote(Footnote footnote) voidFO2StructureTreeConverter.startFootnote(Footnote footnote) voidStructureTreeEventTrigger.startFootnote(Footnote footnote) -
Uses of Footnote in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type FootnoteModifier and TypeMethodDescriptionvoidDelegatingFOEventHandler.endFootnote(Footnote footnote) voidFOEventHandler.endFootnote(Footnote footnote) Process the ending of a footnote.voidDelegatingFOEventHandler.startFootnote(Footnote footnote) voidFOEventHandler.startFootnote(Footnote footnote) Process the start of a footnote. -
Uses of Footnote in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as FootnoteConstructors in org.apache.fop.layoutmgr.inline with parameters of type FootnoteModifierConstructorDescriptionCreate a new footnote layout manager. -
Uses of Footnote in org.apache.fop.render.mif
Methods in org.apache.fop.render.mif with parameters of type FootnoteModifier and TypeMethodDescriptionvoidMIFHandler.endFootnote(Footnote footnote) Process the ending of a footnote.voidMIFHandler.startFootnote(Footnote footnote) Process the start of a footnote. -
Uses of Footnote in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type FootnoteModifier and TypeMethodDescriptionvoidRTFHandler.endFootnote(Footnote footnote) Process the ending of a footnote.voidRTFHandler.startFootnote(Footnote footnote) Process the start of a footnote.