Uses of Class
org.apache.pdfbox.pdmodel.PDPageNode
-
Packages that use PDPageNode Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. -
-
Uses of PDPageNode in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDPageNode 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.Methods in org.apache.pdfbox.pdmodel with parameters of type PDPageNode 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.
-