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 TypeMethodDescriptionvoidPDActionEmbeddedGoTo.setTargetDirectory(PDTargetDirectory targetDirectory) Sets the target directory.voidPDTargetDirectory.setTargetDirectory(PDTargetDirectory targetDirectory) Sets the target directory.