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
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
Methods in org.apache.fop.layoutmgr.inline that return FootnoteBodyLayoutManagerMethods in org.apache.fop.layoutmgr.inline with parameters of type FootnoteBodyLayoutManagerModifier and TypeMethodDescriptionvoidKnuthInlineBox.setFootnoteBodyLM(FootnoteBodyLayoutManager fblm)