Uses of Class
org.apache.pdfbox.pdmodel.PDDestinationNameTreeNode
Packages that use PDDestinationNameTreeNode
Package
Description
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 PDDestinationNameTreeNodeModifier and TypeMethodDescriptionPDDocumentNameDictionary.getDests()
Get the destination name tree node.Methods in org.apache.pdfbox.pdmodel with parameters of type PDDestinationNameTreeNodeModifier and TypeMethodDescriptionvoid
PDDocumentNameDictionary.setDests
(PDDestinationNameTreeNode dests) Set the named destinations that are associated with this document.