Uses of Class
org.sejda.sambox.pdmodel.interactive.documentnavigation.destination.PDNamedDestination
Packages that use PDNamedDestination
-
Uses of PDNamedDestination in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel with parameters of type PDNamedDestinationModifier and TypeMethodDescriptionPDDocumentCatalog.findNamedDestinationPage(PDNamedDestination namedDest) Looks up for thePDPageDestinationreferenced by the givenPDNamedDestination -
Uses of PDNamedDestination in org.sejda.sambox.pdmodel.interactive.action
Methods in org.sejda.sambox.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.sejda.sambox.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.