Uses of Class
org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDNamedDestination
Packages that use PDNamedDestination
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.
-
Uses of PDNamedDestination in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel with parameters of type PDNamedDestinationModifier and TypeMethodDescriptionPDDocumentCatalog.findNamedDestinationPage(PDNamedDestination namedDest) Find the page destination from a named destination. -
Uses of PDNamedDestination in org.apache.pdfbox.pdmodel.interactive.action
Methods in org.apache.pdfbox.pdmodel.interactive.action that return PDNamedDestinationModifier and TypeMethodDescriptionPDTargetDirectory.getNamedDestination()If the value in the /P entry is a string, this will get a named destination in the current document that provides the page number of the file attachment annotation.Methods in org.apache.pdfbox.pdmodel.interactive.action with parameters of type PDNamedDestinationModifier and TypeMethodDescriptionvoidPDTargetDirectory.setNamedDestination(PDNamedDestination dest) This will set a named destination in the current document that provides the page number of the file attachment annotation.