| Package | Description |
|---|---|
| org.sejda.model.pdf.label |
| Modifier and Type | Method and Description |
|---|---|
PdfLabelNumberingStyle |
PdfPageLabel.getNumberingStyle() |
static PdfLabelNumberingStyle |
PdfLabelNumberingStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfLabelNumberingStyle[] |
PdfLabelNumberingStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PdfPageLabel |
PdfPageLabel.newInstanceWithLabel(String label,
PdfLabelNumberingStyle numberingStyle,
int logicalPageNumber)
Creates a label with given label and given style for the given logical page number.
|
static PdfPageLabel |
PdfPageLabel.newInstanceWithoutLabel(PdfLabelNumberingStyle numberingStyle,
int logicalPageNumber)
Creates an empty label with the given style for the given logical page number.
|
Copyright © 2015. All Rights Reserved.