Uses of Class
com.itextpdf.layout.properties.margins.FootnoteAnchor
Packages that use FootnoteAnchor
Package
Description
-
Uses of FootnoteAnchor in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element with parameters of type FootnoteAnchorModifier and TypeMethodDescriptionParagraph.add(FootnoteAnchor footnoteAnchor) Adds theFootnoteAnchorelement to thisParagraph. -
Uses of FootnoteAnchor in com.itextpdf.layout.properties.margins
Methods in com.itextpdf.layout.properties.margins that return FootnoteAnchorModifier and TypeMethodDescriptionFootnoteAnchor.setFootnoteAnchor(Image footnoteAnchor) SetsImagelayout element representing footnote anchor.FootnoteAnchor.setFootnoteAnchor(Text footnoteAnchor) SetsTextlayout element representing footnote anchor.Methods in com.itextpdf.layout.properties.margins with parameters of type FootnoteAnchorModifier and TypeMethodDescriptionstatic voidFootnotesUtil.applyFootnoteAnchorStyle(FootnoteAnchor anchor, Style footnoteAnchorLabelStyle) AppliesStylestoring style properties for footnote anchor that is placed inside the footnote. -
Uses of FootnoteAnchor in com.itextpdf.layout.renderer
Constructors in com.itextpdf.layout.renderer with parameters of type FootnoteAnchorModifierConstructorDescriptionFootnoteAnchorRenderer(FootnoteAnchor modelElement) Creates aFootnoteAnchorRendererfrom its corresponding layout object.