Uses of Class
com.itextpdf.layout.properties.margins.Footnote
Packages that use Footnote
-
Uses of Footnote in com.itextpdf.layout.properties.margins
Methods in com.itextpdf.layout.properties.margins that return FootnoteModifier and TypeMethodDescriptionFootnoteAnchor.getFootnote()GetsFootnotelinked to this anchor.Constructors in com.itextpdf.layout.properties.margins with parameters of type FootnoteModifierConstructorDescriptionFootnoteAnchor(Image image, Footnote footnote) Creates newFootnoteAnchorinstance.FootnoteAnchor(Text text, Footnote footnote) Creates newFootnoteAnchorinstance.FootnoteAnchor(Footnote footnote) Creates newFootnoteAnchorinstance.FootnoteAnchor(String text, Footnote footnote) Creates newFootnoteAnchorinstance. -
Uses of Footnote in com.itextpdf.layout.renderer
Constructors in com.itextpdf.layout.renderer with parameters of type FootnoteModifierConstructorDescriptionFootnoteRenderer(Footnote modelElement) Creates aFootnoteRendererfrom its corresponding layout object.