Uses of Class
com.itextpdf.layout.renderer.FootnoteRenderer
Packages that use FootnoteRenderer
-
Uses of FootnoteRenderer in com.itextpdf.layout.properties.margins
Methods in com.itextpdf.layout.properties.margins with parameters of type FootnoteRendererModifier and TypeMethodDescriptionstatic voidFootnotesUtil.setParentForFootnoteRenderer(FootnoteRenderer footnoteRenderer, DocumentRenderer documentRenderer) Sets parent for footnote renderer in order for it to be layouted with correct properties and styles applied.Method parameters in com.itextpdf.layout.properties.margins with type arguments of type FootnoteRendererModifier and TypeMethodDescriptionstatic voidFootnotesUtil.addFootnotesToPage(int pageNum, Iterable<FootnoteRenderer> footnotesToAdd, PageMarginBoxes pageMarginBoxes, FootnotesProperties footnotesProperties) Adds provided footnotes to the specified page viaPageMarginBoxes. -
Uses of FootnoteRenderer in com.itextpdf.layout.tagging
Methods in com.itextpdf.layout.tagging with parameters of type FootnoteRendererModifier and TypeMethodDescriptionstatic voidFootnoteTaggingHelper.repairFootnoteTagIfNeeded(FootnoteRenderer hintOwner, LayoutTaggingHelper taggingHelper) Adjusts the tag roles of theFootnoteelement when required by the PdfVersion targeted.