Uses of Class
org.pdfbox.pdmodel.PDPageNode

Packages that use PDPageNode
org.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
 

Uses of PDPageNode in org.pdfbox.pdmodel
 

Methods in org.pdfbox.pdmodel that return PDPageNode
 PDPageNode PDPageNode.getParent()
          This is the parent page node.
 PDPageNode PDPage.getParent()
          This is the parent page node.
 PDPageNode PDDocumentCatalog.getPages()
          This will get the root node for the pages.
 

Methods in org.pdfbox.pdmodel with parameters of type PDPageNode
 void PDPageNode.setParent(PDPageNode parent)
          This will set the parent of this page.
 void PDPage.setParent(PDPageNode parent)
          This will set the parent of this page.