Package | Description |
---|---|
com.itextpdf.kernel.pdf |
Modifier and Type | Method and Description |
---|---|
static PageLabelNumberingStyleConstants |
PageLabelNumberingStyleConstants.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageLabelNumberingStyleConstants[] |
PageLabelNumberingStyleConstants.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(PageLabelNumberingStyleConstants numberingStyle, String labelPrefix)
This method adds or replaces a page label.
|
PdfPage |
PdfPage.setPageLabel(PageLabelNumberingStyleConstants numberingStyle, String labelPrefix, int firstPage)
This method adds or replaces a page label.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.