Uses of Class
org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDDestination
Packages that use PDDestination
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
This package represents actions that can be performed in a PDF document.
The annotation package contains classes that work with PDF annotation elements.
The destination package allows destinations into a pdf document to be specified.
The outline package allows for a PDF outline(bookmarks) to be created.
-
Uses of PDDestination in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDDestinationModifier and TypeMethodDescriptionPDDocumentNameDestinationDictionary.getDestination
(String name) Returns the destination corresponding to the parameter. -
Uses of PDDestination in org.apache.pdfbox.pdmodel.interactive.action
Methods in org.apache.pdfbox.pdmodel.interactive.action that return PDDestinationModifier and TypeMethodDescriptionPDActionEmbeddedGoTo.getDestination()
This will get the destination to jump to.PDActionGoTo.getDestination()
This will get the destination to jump to.Methods in org.apache.pdfbox.pdmodel.interactive.action with parameters of type PDDestinationModifier and TypeMethodDescriptionvoid
PDActionEmbeddedGoTo.setDestination
(PDDestination d) This will set the destination to jump to.void
PDActionGoTo.setDestination
(PDDestination d) This will set the destination to jump to. -
Uses of PDDestination in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDDestinationModifier and TypeMethodDescriptionPDAnnotationLink.getDestination()
Get the destination to be displayed when the annotation is activated.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDDestinationModifier and TypeMethodDescriptionvoid
PDAnnotationLink.setDestination
(PDDestination dest) The new destination value.