Class FootnotesProperties
java.lang.Object
com.itextpdf.layout.properties.margins.FootnotesProperties
Class representing properties to customize footnotes.
Can be specified via Document.setFootnotesProperties(FootnotesProperties) or SectionBreak.setFootnotesProperties(FootnotesProperties).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetsStylestoring style properties for footnote anchors that are placed inside the footnotes container.GetsFootnoteNumberingConfigrepresenting numbering configuration for footnotes.GetsFootnoteNumberingTyperepresenting numbering type for footnote anchors.GetsStylestoring style properties for footnotes container.setFootnoteAnchorLabelStyle(Style footnoteAnchorLabelStyle) SetsStylestoring style properties for footnote anchors that are placed inside the footnotes container.setFootnoteNumberingConfig(FootnoteNumberingConfig footnoteNumberingConfig) SetsFootnoteNumberingConfigrepresenting numbering configuration for footnotes.setFootnoteNumberingType(FootnoteNumberingType footnoteNumberingType) SetsFootnoteNumberingTyperepresenting numbering type for footnote anchors.setFootnotesContainerStyle(Style footnotesContainerStyle) SetsStylestoring style properties for footnotes container.
-
Constructor Details
-
FootnotesProperties
public FootnotesProperties()Creates newFootnotesPropertiesinstance.
-
-
Method Details
-
getFootnoteNumberingType
GetsFootnoteNumberingTyperepresenting numbering type for footnote anchors.- Returns:
-
FootnoteNumberingTypenumbering type
-
setFootnoteNumberingType
SetsFootnoteNumberingTyperepresenting numbering type for footnote anchors.- Parameters:
-
footnoteNumberingType-FootnoteNumberingTyperepresenting numbering type for footnote anchors - Returns:
-
this same
FootnotesPropertiesinstance
-
getFootnoteNumberingConfig
GetsFootnoteNumberingConfigrepresenting numbering configuration for footnotes.- Returns:
-
FootnoteNumberingConfigrepresenting footnotes numbering configuration
-
setFootnoteNumberingConfig
public FootnotesProperties setFootnoteNumberingConfig(FootnoteNumberingConfig footnoteNumberingConfig) SetsFootnoteNumberingConfigrepresenting numbering configuration for footnotes.- Parameters:
-
footnoteNumberingConfig-FootnoteNumberingConfigrepresenting footnotes numbering configuration - Returns:
-
this same
FootnotesPropertiesinstance
-
getFootnotesContainerStyle
GetsStylestoring style properties for footnotes container.- Returns:
-
Stylestoring properties for footnotes container
-
setFootnotesContainerStyle
SetsStylestoring style properties for footnotes container.- Parameters:
-
footnotesContainerStyle-Stylestoring properties for footnotes container - Returns:
-
this same
FootnotesPropertiesinstance
-
getFootnoteAnchorLabelStyle
GetsStylestoring style properties for footnote anchors that are placed inside the footnotes container.- Returns:
-
Stylestoring properties for footnote anchors that are inside the footnotes
-
setFootnoteAnchorLabelStyle
SetsStylestoring style properties for footnote anchors that are placed inside the footnotes container.- Parameters:
-
footnoteAnchorLabelStyle-Stylestoring properties for footnote anchors inside the footnotes - Returns:
-
this same
FootnotesPropertiesinstance
-