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 TypeClassDescriptionclassThis class holds all of the name trees that are available at the document level.classThis class holds all of the name trees that are available at the document level.classThis 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 PDNameTreeNodePDDestinationNameTreeNode.createChildNode(COSDictionary dic) Create a child node object.protected PDNameTreeNodePDEmbeddedFilesNameTreeNode.createChildNode(COSDictionary dic) Create a child node object.protected PDNameTreeNodePDJavascriptNameTreeNode.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 PDNameTreeNodePDNameTreeNode.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 TypeMethodDescriptionvoidPDNameTreeNode.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 TypeMethodDescriptionvoidPDNameTreeNode.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 TypeMethodDescriptionvoidPDStructureTreeRoot.setIDTree(PDNameTreeNode idTree) Sets the ID tree.