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 PDPageNodePDDocumentCatalog. getPages()This will get the root node for the pages.PDPageNodePDPage. getParent()This is the parent page node.PDPageNodePDPageNode. getParent()This is the parent page node.Methods in org.apache.pdfbox.pdmodel with parameters of type PDPageNode Modifier and Type Method Description voidPDPage. setParent(PDPageNode parentNode)This will set the parent of this page.voidPDPageNode. setParent(PDPageNode parent)This will set the parent of this page.
-