Uses of Class
org.apache.pdfbox.pdmodel.common.PDNameTreeNode
Packages that use PDNameTreeNode
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
High level PD classes that are used throughout several packages are placed in the PDModel common package.
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
-
Uses of PDNameTreeNode in org.apache.pdfbox.pdmodel
Subclasses of PDNameTreeNode in org.apache.pdfbox.pdmodelModifier and TypeClassDescriptionclass
This class holds all of the name trees that are available at the document level.class
This class holds all of the name trees that are available at the document level.class
This class holds all of the name trees that are available at the document level.Methods in org.apache.pdfbox.pdmodel that return PDNameTreeNodeModifier and TypeMethodDescriptionprotected PDNameTreeNode
PDDestinationNameTreeNode.createChildNode
(COSDictionary dic) Create a child node object.protected PDNameTreeNode
PDEmbeddedFilesNameTreeNode.createChildNode
(COSDictionary dic) Create a child node object.protected PDNameTreeNode
PDJavascriptNameTreeNode.createChildNode
(COSDictionary dic) Create a child node object. -
Uses of PDNameTreeNode in org.apache.pdfbox.pdmodel.common
Methods in org.apache.pdfbox.pdmodel.common that return PDNameTreeNodeModifier and TypeMethodDescriptionprotected PDNameTreeNode
PDNameTreeNode.createChildNode
(COSDictionary dic) Create a child node object.PDNameTreeNode.getParent()
Returns the parent node.Methods in org.apache.pdfbox.pdmodel.common that return types with arguments of type PDNameTreeNodeMethods in org.apache.pdfbox.pdmodel.common with parameters of type PDNameTreeNodeModifier and TypeMethodDescriptionvoid
PDNameTreeNode.setParent
(PDNameTreeNode parentNode) Sets the parent to the given node.Method parameters in org.apache.pdfbox.pdmodel.common with type arguments of type PDNameTreeNodeModifier and TypeMethodDescriptionvoid
PDNameTreeNode.setKids
(List<? extends PDNameTreeNode> kids) Set the children of this named tree. -
Uses of PDNameTreeNode in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return PDNameTreeNodeMethods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDNameTreeNodeModifier and TypeMethodDescriptionvoid
PDStructureTreeRoot.setIDTree
(PDNameTreeNode idTree) Sets the ID tree.