Uses of Class
org.apache.pdfbox.pdmodel.common.PDNameTreeNode

Packages that use PDNameTreeNode
org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
org.apache.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package. 
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure 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.pdmodel
 class PDDestinationNameTreeNode
          This class holds all of the name trees that are available at the document level.
 class PDEmbeddedFilesNameTreeNode
          This class holds all of the name trees that are available at the document level.
 class PDJavascriptNameTreeNode
          This class holds all of the name trees that are available at the document level.
 

Methods in org.apache.pdfbox.pdmodel that return PDNameTreeNode
protected  PDNameTreeNode PDEmbeddedFilesNameTreeNode.createChildNode(COSDictionary dic)
          Create a child node object.
protected  PDNameTreeNode PDJavascriptNameTreeNode.createChildNode(COSDictionary dic)
          Create a child node object.
protected  PDNameTreeNode PDDestinationNameTreeNode.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 PDNameTreeNode
protected  PDNameTreeNode PDNameTreeNode.createChildNode(COSDictionary dic)
          Create a child node object.
 

Uses of PDNameTreeNode in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
 

Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return PDNameTreeNode
 PDNameTreeNode PDStructureTreeRoot.getIDTree()
          Returns the ID tree.
 

Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDNameTreeNode
 void PDStructureTreeRoot.setIDTree(PDNameTreeNode idTree)
          Sets the ID tree.