Uses of Enum
com.itextpdf.layout.properties.margins.FootnoteNumberingConfig
Packages that use FootnoteNumberingConfig
-
Uses of FootnoteNumberingConfig in com.itextpdf.layout.properties.margins
Methods in com.itextpdf.layout.properties.margins that return FootnoteNumberingConfigModifier and TypeMethodDescriptionFootnotesProperties.getFootnoteNumberingConfig()GetsFootnoteNumberingConfigrepresenting numbering configuration for footnotes.static FootnoteNumberingConfigReturns the enum constant of this type with the specified name.static FootnoteNumberingConfig[]FootnoteNumberingConfig.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.layout.properties.margins with parameters of type FootnoteNumberingConfigModifier and TypeMethodDescriptionFootnotesProperties.setFootnoteNumberingConfig(FootnoteNumberingConfig footnoteNumberingConfig) SetsFootnoteNumberingConfigrepresenting numbering configuration for footnotes.