Uses of Class
org.apache.fop.layoutmgr.FootnoteBodyLayoutManager
Packages that use FootnoteBodyLayoutManager
Package
Description
FOP's layout engine.
Layout managers for inline formatting objects and line building.
-
Uses of FootnoteBodyLayoutManager in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr with type parameters of type FootnoteBodyLayoutManagerModifier and TypeFieldDescriptionprivate List<FootnoteBodyLayoutManager>
KnuthBlockBox.footnoteList
Methods in org.apache.fop.layoutmgr that return types with arguments of type FootnoteBodyLayoutManagerModifier and TypeMethodDescriptionKnuthBlockBox.getFootnoteBodyLMs()
static List<FootnoteBodyLayoutManager>
FootenoteUtil.getFootnotes
(List<ListElement> elemenList) Returns the footnotes contained in the given element list.static List<FootnoteBodyLayoutManager>
FootenoteUtil.getFootnotes
(List<ListElement> elemenList, int startIndex, int endIndex) Returns the footnotes contained in the given element list.Method parameters in org.apache.fop.layoutmgr with type arguments of type FootnoteBodyLayoutManagerModifier and TypeMethodDescriptionstatic List<List<KnuthElement>>
PageBreaker.getFootnoteKnuthElements
(FlowLayoutManager flowLM, LayoutContext context, List<FootnoteBodyLayoutManager> footnoteBodyLMs) -
Uses of FootnoteBodyLayoutManager in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as FootnoteBodyLayoutManagerModifier and TypeFieldDescriptionprivate FootnoteBodyLayoutManager
FootnoteLayoutManager.bodyLM
private FootnoteBodyLayoutManager
KnuthInlineBox.footnoteBodyLM
Methods in org.apache.fop.layoutmgr.inline that return FootnoteBodyLayoutManagerMethods in org.apache.fop.layoutmgr.inline with parameters of type FootnoteBodyLayoutManagerModifier and TypeMethodDescriptionvoid
KnuthInlineBox.setFootnoteBodyLM
(FootnoteBodyLayoutManager fblm)