Uses of Class
org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDNamedDestination
-
Packages that use PDNamedDestination Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.interactive.action 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 PDNamedDestination Modifier and Type Method Description PDPageDestination
PDDocumentCatalog. 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 PDNamedDestination Modifier and Type Method Description PDNamedDestination
PDTargetDirectory. 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 PDNamedDestination Modifier and Type Method Description void
PDTargetDirectory. setNamedDestination(PDNamedDestination dest)
This will set a named destination in the current document that provides the page number of the file attachment annotation.
-