Uses of Enum
com.itextpdf.kernel.pdf.PageLabelNumberingStyle
-
Uses of PageLabelNumberingStyle in com.itextpdf.kernel.pdf
Modifier 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.Modifier 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.