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