Uses of Enum
com.itextpdf.kernel.pdf.PageLabelNumberingStyle
Packages that use PageLabelNumberingStyle
-
Uses of PageLabelNumberingStyle in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return PageLabelNumberingStyleModifier and TypeMethodDescriptionstatic PageLabelNumberingStyle
Returns the enum constant of this type with the specified name.static PageLabelNumberingStyle[]
PageLabelNumberingStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.kernel.pdf with parameters of type PageLabelNumberingStyleModifier and TypeMethodDescriptionPdfPage.setPageLabel
(PageLabelNumberingStyle numberingStyle, String labelPrefix) This method adds or replaces a page label.PdfPage.setPageLabel
(PageLabelNumberingStyle numberingStyle, String labelPrefix, int firstPage) This method adds or replaces a page label.