Package | Description |
---|---|
org.apache.pdfbox.pdmodel.common |
High level PD classes that are used throughout several packages are placed in the PDModel common package.
|
Modifier and Type | Method | Description |
---|---|---|
PDPageLabelRange |
PDPageLabels.getPageLabelRange(int startPage) |
Returns the page label range starting at the given page, or
null
if no such range is defined. |
Modifier and Type | Method | Description |
---|---|---|
void |
PDPageLabels.setLabelItem(int startPage,
PDPageLabelRange item) |
Sets the page label range beginning at the specified start page.
|