Uses of Class
org.pdfbox.pdmodel.PDDestinationNameTreeNode

Packages that use PDDestinationNameTreeNode
org.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
 

Uses of PDDestinationNameTreeNode in org.pdfbox.pdmodel
 

Methods in org.pdfbox.pdmodel that return PDDestinationNameTreeNode
 PDDestinationNameTreeNode PDDocumentNameDictionary.getDests()
          Get the destination named tree node.
 

Methods in org.pdfbox.pdmodel with parameters of type PDDestinationNameTreeNode
 void PDDocumentNameDictionary.setDests(PDDestinationNameTreeNode dests)
          Set the named destinations that are associated with this document.