Uses of Class
com.itextpdf.layout.properties.margins.FootnotesProperties
Packages that use FootnotesProperties
Package
Description
-
Uses of FootnotesProperties in com.itextpdf.layout
Methods in com.itextpdf.layout that return FootnotesPropertiesModifier and TypeMethodDescriptionDocument.getFootnotesProperties()GetsFootnotesPropertiesspecified for the document to customize footnotes.Methods in com.itextpdf.layout with parameters of type FootnotesPropertiesModifier and TypeMethodDescriptionvoidDocument.setFootnotesProperties(FootnotesProperties footnotesProperties) SetsFootnotesPropertiesfor the document. -
Uses of FootnotesProperties in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element that return FootnotesPropertiesModifier and TypeMethodDescriptionSectionBreak.getFootnotesProperties()GetsFootnotesPropertiesspecified for the document viaSectionBreakto customize footnotes.Methods in com.itextpdf.layout.element with parameters of type FootnotesPropertiesModifier and TypeMethodDescriptionSectionBreak.setFootnotesProperties(FootnotesProperties footnotesProperties) SetsFootnotesPropertiesfor the document. -
Uses of FootnotesProperties in com.itextpdf.layout.properties.margins
Methods in com.itextpdf.layout.properties.margins that return FootnotesPropertiesModifier and TypeMethodDescriptionFootnotesProperties.setFootnoteAnchorLabelStyle(Style footnoteAnchorLabelStyle) SetsStylestoring style properties for footnote anchors that are placed inside the footnotes container.FootnotesProperties.setFootnoteNumberingConfig(FootnoteNumberingConfig footnoteNumberingConfig) SetsFootnoteNumberingConfigrepresenting numbering configuration for footnotes.FootnotesProperties.setFootnoteNumberingType(FootnoteNumberingType footnoteNumberingType) SetsFootnoteNumberingTyperepresenting numbering type for footnote anchors.FootnotesProperties.setFootnotesContainerStyle(Style footnotesContainerStyle) SetsStylestoring style properties for footnotes container.Methods in com.itextpdf.layout.properties.margins with parameters of type FootnotesPropertiesModifier and TypeMethodDescriptionstatic voidFootnotesUtil.addFootnotesToPage(int pageNum, Iterable<FootnoteRenderer> footnotesToAdd, PageMarginBoxes pageMarginBoxes, FootnotesProperties footnotesProperties) Adds provided footnotes to the specified page viaPageMarginBoxes.