fop 2.1

Uses of Class
org.apache.fop.layoutmgr.FootnoteBodyLayoutManager

Packages that use FootnoteBodyLayoutManager
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
 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
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
 FootnoteBodyLayoutManager KnuthInlineBox.getFootnoteBodyLM()
           
 

Methods in org.apache.fop.layoutmgr.inline with parameters of type FootnoteBodyLayoutManager
 void KnuthInlineBox.setFootnoteBodyLM(FootnoteBodyLayoutManager fblm)
           
 


fop 2.1

Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.