|
iText 9.7.0 API
|
Class representing an anchor for a footnote which is placed at the bottom of the page. More...
Public Member Functions |
|
| FootnoteAnchor (Footnote footnote) | |
| Creates new FootnoteAnchor instance. More... |
|
| FootnoteAnchor (String text, Footnote footnote) | |
| Creates new FootnoteAnchor instance. More... |
|
| FootnoteAnchor (Text text, Footnote footnote) | |
| Creates new FootnoteAnchor instance. More... |
|
| FootnoteAnchor (Image image, Footnote footnote) | |
| Creates new FootnoteAnchor instance. More... |
|
| virtual IElement | GetFootnoteAnchor () |
| Gets layout element iText.Layout.Element.IElement representing footnote anchor. More... |
|
| virtual iText.Layout.Properties.Margins.FootnoteAnchor | SetFootnoteAnchor (Text footnoteAnchor) |
| Sets iText.Layout.Element.Text layout element representing footnote anchor. More... |
|
| virtual iText.Layout.Properties.Margins.FootnoteAnchor | SetFootnoteAnchor (Image footnoteAnchor) |
| Sets iText.Layout.Element.Image layout element representing footnote anchor. More... |
|
| virtual Footnote | GetFootnote () |
| Gets Footnote linked to this anchor. More... |
|
| virtual AccessibilityProperties | GetAccessibilityProperties () |
| Gets the accessibility properties. More... |
|
Public Member Functions inherited from iText.Layout.Element.AbstractElement< iText.Layout.Properties.Margins.FootnoteAnchor > |
|
| virtual IRenderer | GetRenderer () |
| Gets a renderer for this element. More... |
|
| virtual void | SetNextRenderer (IRenderer renderer) |
| Overrides the iText.Layout.Renderer.IRenderer instance which will be returned by the next call to the GetRenderer(). More... |
|
| virtual IRenderer | CreateRendererSubTree () |
| Creates a renderer subtree with root in the current element. More... |
|
| override bool | HasProperty (int property) |
| Checks if this entity has the specified property. More... |
|
| override T1 | GetProperty< T1 > (int property) |
| Gets the property from this entity. More... |
|
| virtual T | AddStyle (Style style) |
| Add a new style to this element. More... |
|
| virtual IList< IElement > | GetChildren () |
| Gets the child elements of this elements More... |
|
| virtual bool | IsEmpty () |
Returns true if this list contains no elements. More... |
|
| virtual T | SetAction (PdfAction action) |
| Sets an action on this Element. More... |
|
| virtual T | SetPageNumber (int pageNumber) |
| Explicitly sets the page number this element should be put on. More... |
|
Package Functions |
|
| override IRenderer | MakeNewRenderer () |
| Creates a new renderer instance. More... |
|
Package Attributes |
|
| DefaultAccessibilityProperties | tagProperties |
Package Attributes inherited from iText.Layout.Element.AbstractElement< iText.Layout.Properties.Margins.FootnoteAnchor > |
|
| IRenderer | nextRenderer |
| IList< IElement > | childElements |
| ICollection< Style > | styles |
Class representing an anchor for a footnote which is placed at the bottom of the page.
Class representing an anchor for a footnote which is placed at the bottom of the page. Footnote anchor indicates footnote in the text with superscript numbers (or letters or other symbols).
|
inline |
|
inline |
Creates new FootnoteAnchor instance.
| text | superscript text for anchor to indicate a footnote |
| footnote |
Footnote linked to this anchor
|
inline |
Creates new FootnoteAnchor instance.
| text |
iText.Layout.Element.Text for anchor to indicate a footnote
| footnote |
Footnote linked to this anchor
|
inline |
Creates new FootnoteAnchor instance.
| image |
iText.Layout.Element.Image to use as footnote anchor
| footnote |
Footnote linked to this anchor
|
inlinevirtual |
Gets the accessibility properties.
Gets the accessibility properties.
Implements iText.Layout.Tagging.IAccessibleElement.
|
inlinevirtual |
|
inlinevirtual |
Gets layout element iText.Layout.Element.IElement representing footnote anchor.
iText.Layout.Element.IElement representing footnote anchor (can be iText.Layout.Element.Text or iText.Layout.Element.Image )
|
inlinepackagevirtual |
Creates a new renderer instance.
Creates a new renderer instance.
Implements iText.Layout.Element.AbstractElement< iText.Layout.Properties.Margins.FootnoteAnchor >.
|
inlinevirtual |
Sets iText.Layout.Element.Image layout element representing footnote anchor.
| footnoteAnchor |
iText.Layout.Element.Image layout element representing footnote anchor
|
inlinevirtual |
Sets iText.Layout.Element.Text layout element representing footnote anchor.
| footnoteAnchor |
iText.Layout.Element.Text layout element representing footnote anchor