fop 1.0

Uses of Class
org.apache.fop.fo.flow.FootnoteBody

Packages that use FootnoteBody
org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. 
org.apache.fop.fo.flow All the block- and inline-level flow formatting objects. 
org.apache.fop.layoutmgr FOP's layout engine. 
org.apache.fop.render.mif MIF Output Support 
org.apache.fop.render.rtf RTF (Rich Text Format) Output Support 
 

Uses of FootnoteBody in org.apache.fop.fo
 

Methods in org.apache.fop.fo with parameters of type FootnoteBody
 void FOEventHandler.endFootnoteBody(FootnoteBody body)
          Process the ending of a footnote body.
 void FOEventHandler.startFootnoteBody(FootnoteBody body)
          Process the start of a footnote body.
 

Uses of FootnoteBody in org.apache.fop.fo.flow
 

Methods in org.apache.fop.fo.flow that return FootnoteBody
 FootnoteBody Footnote.getFootnoteBody()
          Public accessor for footnote-body FO
 

Uses of FootnoteBody in org.apache.fop.layoutmgr
 

Methods in org.apache.fop.layoutmgr that return FootnoteBody
protected  FootnoteBody FootnoteBodyLayoutManager.getFootnodeBodyFO()
           
 

Constructors in org.apache.fop.layoutmgr with parameters of type FootnoteBody
FootnoteBodyLayoutManager(FootnoteBody body)
          Creates a new FootnoteBodyLayoutManager.
 

Uses of FootnoteBody in org.apache.fop.render.mif
 

Methods in org.apache.fop.render.mif with parameters of type FootnoteBody
 void MIFHandler.endFootnoteBody(FootnoteBody body)
           
 void MIFHandler.startFootnoteBody(FootnoteBody body)
           
 

Uses of FootnoteBody in org.apache.fop.render.rtf
 

Methods in org.apache.fop.render.rtf with parameters of type FootnoteBody
 void RTFHandler.endFootnoteBody(FootnoteBody body)
          Process the ending of a footnote body.
 void RTFHandler.startFootnoteBody(FootnoteBody body)
          Process the start of a footnote body.
 


fop 1.0

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