Uses of Class
org.apache.fop.area.Footnote
-
Packages that use Footnote Package Description org.apache.fop.area FOP's area tree.org.apache.fop.render Generic renderer interface.org.apache.fop.render.xml Area Tree XML Renderer. -
-
Uses of Footnote in org.apache.fop.area
Methods in org.apache.fop.area that return Footnote Modifier and Type Method Description FootnoteBodyRegion. getFootnote()Get the footnote area. -
Uses of Footnote in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type Footnote Modifier and Type Method Description protected voidAbstractRenderer. renderFootnote(Footnote footnote)Renders a footnote -
Uses of Footnote in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type Footnote Modifier and Type Method Description protected voidXMLRenderer. renderFootnote(Footnote footnote)Renders a footnote
-