fop 1.0

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

Packages that use Footnote
org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. 
org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. 
org.apache.fop.render.mif MIF Output Support 
org.apache.fop.render.rtf RTF (Rich Text Format) Output Support 
 

Uses of Footnote in org.apache.fop.fo
 

Methods in org.apache.fop.fo with parameters of type Footnote
 void FOEventHandler.endFootnote(Footnote footnote)
          Process the ending of a footnote.
 void FOEventHandler.startFootnote(Footnote footnote)
          Process the start of a footnote.
 

Uses of Footnote in org.apache.fop.layoutmgr.inline
 

Constructors in org.apache.fop.layoutmgr.inline with parameters of type Footnote
FootnoteLayoutManager(Footnote node)
          Create a new footnote layout manager.
 

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

Methods in org.apache.fop.render.mif with parameters of type Footnote
 void MIFHandler.endFootnote(Footnote footnote)
           
 void MIFHandler.startFootnote(Footnote footnote)
           
 

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

Methods in org.apache.fop.render.rtf with parameters of type Footnote
 void RTFHandler.endFootnote(Footnote footnote)
          Process the ending of a footnote.
 void RTFHandler.startFootnote(Footnote footnote)
          Process the start of a footnote.
 


fop 1.0

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