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.multipdf
Methods in org.apache.pdfbox.multipdf with parameters of type PDNameTreeNodeModifier and TypeMethodDescription(package private) static Map<String,
PDStructureElement> PDFMergerUtility.getIDTreeAsMap
(PDNameTreeNode<PDStructureElement> idTree) -
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.class
todo: JavaDocMethods in org.apache.pdfbox.pdmodel that return PDNameTreeNodeModifier and TypeMethodDescriptionprotected PDNameTreeNode<PDPageDestination>
PDDestinationNameTreeNode.createChildNode
(COSDictionary dic) protected PDNameTreeNode<PDComplexFileSpecification>
PDEmbeddedFilesNameTreeNode.createChildNode
(COSDictionary dic) protected PDNameTreeNode<PDActionJavaScript>
PDJavascriptNameTreeNode.createChildNode
(COSDictionary dic) protected PDNameTreeNode<PDStructureElement>
PDStructureElementNameTreeNode.createChildNode
(COSDictionary dic) -
Uses of PDNameTreeNode in org.apache.pdfbox.pdmodel.common
Fields in org.apache.pdfbox.pdmodel.common declared as PDNameTreeNodeMethods in org.apache.pdfbox.pdmodel.common that return PDNameTreeNodeModifier and TypeMethodDescriptionprotected abstract PDNameTreeNode<T>
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<T> 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<T>> 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<PDStructureElement> idTree) Sets the ID tree.