Uses of Class
org.apache.fop.layoutmgr.FootnoteBodyLayoutManager
-
Packages that use FootnoteBodyLayoutManager Package Description org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.layoutmgr.inline 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 FootnoteBodyLayoutManager Modifier and Type Method Description java.util.List<FootnoteBodyLayoutManager>
KnuthBlockBox. getFootnoteBodyLMs()
static java.util.List<FootnoteBodyLayoutManager>
FootenoteUtil. getFootnotes(java.util.List<ListElement> elemenList)
Returns the footnotes contained in the given element list.static java.util.List<FootnoteBodyLayoutManager>
FootenoteUtil. getFootnotes(java.util.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 FootnoteBodyLayoutManager Modifier and Type Method Description static java.util.List<java.util.List<KnuthElement>>
PageBreaker. getFootnoteKnuthElements(FlowLayoutManager flowLM, LayoutContext context, java.util.List<FootnoteBodyLayoutManager> footnoteBodyLMs)
-
Uses of FootnoteBodyLayoutManager in org.apache.fop.layoutmgr.inline
Methods in org.apache.fop.layoutmgr.inline that return FootnoteBodyLayoutManager Modifier and Type Method Description FootnoteBodyLayoutManager
KnuthInlineBox. getFootnoteBodyLM()
Methods in org.apache.fop.layoutmgr.inline with parameters of type FootnoteBodyLayoutManager Modifier and Type Method Description void
KnuthInlineBox. setFootnoteBodyLM(FootnoteBodyLayoutManager fblm)
-