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

Packages that use PDNameTreeNode
org.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
org.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package. 
 

Uses of PDNameTreeNode in org.pdfbox.pdmodel
 

Subclasses of PDNameTreeNode in org.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.
 

Methods in org.pdfbox.pdmodel that return PDNameTreeNode
protected  PDNameTreeNode PDEmbeddedFilesNameTreeNode.createChildNode(COSDictionary dic)
          Create a child node object.
protected  PDNameTreeNode PDDestinationNameTreeNode.createChildNode(COSDictionary dic)
          Create a child node object.
 

Uses of PDNameTreeNode in org.pdfbox.pdmodel.common
 

Methods in org.pdfbox.pdmodel.common that return PDNameTreeNode
protected  PDNameTreeNode PDNameTreeNode.createChildNode(COSDictionary dic)
          Create a child node object.