Uses of Class
org.apache.pdfbox.pdmodel.interactive.action.PDTargetDirectory
Packages that use PDTargetDirectory
Package
Description
This package represents actions that can be performed in a PDF document.
-
Uses of PDTargetDirectory in org.apache.pdfbox.pdmodel.interactive.action
Methods in org.apache.pdfbox.pdmodel.interactive.action that return PDTargetDirectoryModifier and TypeMethodDescriptionPDActionEmbeddedGoTo.getTargetDirectory()
Get the target directory.PDTargetDirectory.getTargetDirectory()
Get the target directory.Methods in org.apache.pdfbox.pdmodel.interactive.action with parameters of type PDTargetDirectoryModifier and TypeMethodDescriptionvoid
PDActionEmbeddedGoTo.setTargetDirectory
(PDTargetDirectory targetDirectory) Sets the target directory.void
PDTargetDirectory.setTargetDirectory
(PDTargetDirectory targetDirectory) Sets the target directory.