Package | Description |
---|---|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
Modifier and Type | Method | Description |
---|---|---|
PDPageNode |
PDDocumentCatalog.getPages() |
This will get the root node for the pages.
|
PDPageNode |
PDPage.getParent() |
This is the parent page node.
|
PDPageNode |
PDPageNode.getParent() |
This is the parent page node.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDPage.setParent(PDPageNode parentNode) |
This will set the parent of this page.
|
void |
PDPageNode.setParent(PDPageNode parent) |
This will set the parent of this page.
|