Package it.smartio.docs.fop.nodes
Class FoFootnote
- java.lang.Object
-
- it.smartio.docs.fop.nodes.FoNode
-
- it.smartio.docs.fop.nodes.FoFootnote
-
- All Implemented Interfaces:
Fo,FoFont<FoFootnote>,java.lang.Iterable<FoNode>
public class FoFootnote extends FoNode implements FoFont<FoFootnote>
TheFoFootnoteclass.
-
-
Constructor Summary
Constructors Constructor Description FoFootnote(java.lang.String id)Constructs an instance ofFoFootnote.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FoBlockgetBody()Get the footnote body.-
Methods inherited from class it.smartio.docs.fop.nodes.FoNode
addNode, addText, build, create, getAttributes, getTagName, hasChildren, iterator, root, set, setId, text
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface it.smartio.docs.fop.nodes.set.FoFont
setColor, setFontFamily, setFontSize, setFontStyle, setFontWeight, setLineHeight, setTextAlign, setTextDecoration
-
-
-
-
Constructor Detail
-
FoFootnote
public FoFootnote(java.lang.String id)
Constructs an instance ofFoFootnote.- Parameters:
id-
-
-
Method Detail
-
getBody
public FoBlock getBody()
Get the footnote body.
-
-