Uses of Class
org.apache.pdfbox.pdmodel.PDDestinationNameTreeNode
-
Packages that use PDDestinationNameTreeNode Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. -
-
Uses of PDDestinationNameTreeNode in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDDestinationNameTreeNode Modifier and Type Method Description PDDestinationNameTreeNode
PDDocumentNameDictionary. getDests()
Get the destination name tree node.Methods in org.apache.pdfbox.pdmodel with parameters of type PDDestinationNameTreeNode Modifier and Type Method Description void
PDDocumentNameDictionary. setDests(PDDestinationNameTreeNode dests)
Set the named destinations that are associated with this document.
-