Package | Description |
---|---|
com.itextpdf.kernel.pdf |
Modifier and Type | Method and Description |
---|---|
static PageLabelNumberingStyle |
PageLabelNumberingStyle.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
PdfPage |
PdfPage.setPageLabel(PageLabelNumberingStyle numberingStyle, String labelPrefix)
This method adds or replaces a page label.
|
PdfPage |
PdfPage.setPageLabel(PageLabelNumberingStyle numberingStyle, String labelPrefix, int firstPage)
This method adds or replaces a page label.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.