Uses of Class
org.sejda.sambox.pdmodel.interactive.documentnavigation.destination.PDDestination
Packages that use PDDestination
Package
Description
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.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel that return PDDestinationModifier and TypeMethodDescriptionPDDocumentNameDestinationDictionary.getDestination(String name) Returns the destination corresponding to the parameter. -
Uses of PDDestination in org.sejda.sambox.pdmodel.interactive.action
Methods in org.sejda.sambox.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.sejda.sambox.pdmodel.interactive.action with parameters of type PDDestinationModifier and TypeMethodDescriptionvoidPDActionEmbeddedGoTo.setDestination(PDDestination d) This will set the destination to jump to.voidPDActionGoTo.setDestination(PDDestination d) This will set the destination to jump to. -
Uses of PDDestination in org.sejda.sambox.pdmodel.interactive.annotation
Methods in org.sejda.sambox.pdmodel.interactive.annotation that return PDDestinationModifier and TypeMethodDescriptionPDAnnotationLink.getDestination()Get the destination to be displayed when the annotation is activated.Methods in org.sejda.sambox.pdmodel.interactive.annotation with parameters of type PDDestinationModifier and TypeMethodDescriptionvoidPDAnnotationLink.setDestination(PDDestination dest) The new destination value.