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 contains all of the available PDF action types.
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.type
Methods in org.apache.pdfbox.pdmodel.interactive.action.type that return PDDestinationModifier and TypeMethodDescriptionPDActionGoTo.getDestination()
This will get the destination to jump to.Methods in org.apache.pdfbox.pdmodel.interactive.action.type with parameters of type PDDestinationModifier and TypeMethodDescriptionvoid
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.