Uses of Interface
org.apache.pdfbox.pdmodel.common.PDDestinationOrAction
-
Packages that use PDDestinationOrAction 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.org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination 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 PDDestinationOrAction Modifier and Type Method Description PDDestinationOrActionPDDocumentCatalog. getOpenAction()Get the Document Open Action for this object.Methods in org.apache.pdfbox.pdmodel with parameters of type PDDestinationOrAction Modifier and Type Method Description voidPDDocumentCatalog. setOpenAction(PDDestinationOrAction action)Sets the Document Open Action for this object. -
Uses of PDDestinationOrAction in org.apache.pdfbox.pdmodel.interactive.action
Classes in org.apache.pdfbox.pdmodel.interactive.action that implement PDDestinationOrAction Modifier and Type Class Description classPDActionThis represents an action that can be executed in a PDF document.classPDActionEmbeddedGoToThis represents a embedded go-to action that can be executed in a PDF document.classPDActionGoToThis represents a go-to action that can be executed in a PDF document.classPDActionHideThis represents a thread action that can be executed in a PDF document.classPDActionImportDataclassPDActionJavaScriptThis represents a JavaScript action.classPDActionLaunchThis represents a launch action that can be executed in a PDF document.classPDActionMovieclassPDActionNamedThis represents a named action in a PDF document.classPDActionRemoteGoToThis represents a remote go-to action that can be executed in a PDF document.classPDActionResetFormclassPDActionSoundThis represents a Sound action that can be executed in a PDF documentclassPDActionSubmitFormThis represents a Submit-Form action that can be executed in a PDF document.classPDActionThreadThis represents a thread action that can be executed in a PDF document.classPDActionURIThis represents a URI action that can be executed in a PDF document. -
Uses of PDDestinationOrAction in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination
Classes in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination that implement PDDestinationOrAction Modifier and Type Class Description classPDDestinationThis represents a destination in a PDF document.classPDNamedDestinationThis represents a destination to a page by referencing it with a name.classPDPageDestinationThis represents a destination to a page, see subclasses for specific parameters.classPDPageFitDestinationThis represents a destination to a page and the page contents will be magnified to just fit on the screen.classPDPageFitHeightDestinationThis represents a destination to a page at a x location and the height is magnified to just fit on the screen.classPDPageFitRectangleDestinationThis represents a destination to a page at a y location and the width is magnified to just fit on the screen.classPDPageFitWidthDestinationThis represents a destination to a page at a y location and the width is magnified to just fit on the screen.classPDPageXYZDestinationThis represents a destination to a page at an x,y coordinate with a zoom setting.
-