Uses of Class
com.itextpdf.kernel.pdf.PageLabelNumberingStyle
-
Packages that use PageLabelNumberingStyle Package Description com.itextpdf.kernel.pdf -
-
Uses of PageLabelNumberingStyle in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return PageLabelNumberingStyle Modifier and Type Method Description static PageLabelNumberingStyle
PageLabelNumberingStyle. valueOf(java.lang.String name)
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 PageLabelNumberingStyle Modifier and Type Method Description PdfPage
PdfPage. setPageLabel(PageLabelNumberingStyle numberingStyle, java.lang.String labelPrefix)
This method adds or replaces a page label.PdfPage
PdfPage. setPageLabel(PageLabelNumberingStyle numberingStyle, java.lang.String labelPrefix, int firstPage)
This method adds or replaces a page label.
-