Uses of Interface
org.apache.pdfbox.pdmodel.common.PDDestinationOrAction
Packages that use PDDestinationOrAction
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
This package contains all of the available PDF action types.
The destination package allows destinations into a pdf document to be specified.
-
Uses of PDDestinationOrAction in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDDestinationOrActionModifier and TypeMethodDescriptionPDDocumentCatalog.getOpenAction()
Get the Document Open Action for this object.Methods in org.apache.pdfbox.pdmodel with parameters of type PDDestinationOrActionModifier and TypeMethodDescriptionvoid
PDDocumentCatalog.setOpenAction
(PDDestinationOrAction action) Set the Document Open Action for this object. -
Uses of PDDestinationOrAction in org.apache.pdfbox.pdmodel.interactive.action.type
Classes in org.apache.pdfbox.pdmodel.interactive.action.type that implement PDDestinationOrActionModifier and TypeClassDescriptionclass
This represents an action that can be executed in a PDF document.class
This represents a go-to action that can be executed in a PDF document.class
This represents a JavaScript action.class
This represents a launch action that can be executed in a PDF document.class
This represents a named action in a PDF document.class
This represents a remote go-to action that can be executed in a PDF document.class
This represents a URI action that can be executed in a PDF document.