Uses of Class
org.apache.pdfbox.pdmodel.PDPageNode
Packages that use PDPageNode
Package
Description
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 PDPageNodeModifier and TypeMethodDescriptionPDDocumentCatalog.getPages()
This will get the root node for the pages.PDPage.getParent()
This is the parent page node.PDPageNode.getParent()
This is the parent page node.Methods in org.apache.pdfbox.pdmodel with parameters of type PDPageNodeModifier and TypeMethodDescriptionvoid
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.