| 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.type | This package contains all of the available PDF action types. | 
| org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination | The destination package allows destinations into a pdf document to be specified. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDDestinationOrAction | PDDocumentCatalog. getOpenAction()Get the Document Open Action for this object. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDDocumentCatalog. setOpenAction(PDDestinationOrAction action)Set the Document Open Action for this object. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PDActionThis represents an action that can be executed in a PDF document. | 
| class  | PDActionGoToThis represents a go-to action that can be executed in a PDF document. | 
| class  | PDActionJavaScriptThis represents a JavaScript action. | 
| class  | PDActionLaunchThis represents a launch action that can be executed in a PDF document. | 
| class  | PDActionNamedThis represents a named action in a PDF document. | 
| class  | PDActionRemoteGoToThis represents a remote go-to action that can be executed in a PDF document. | 
| class  | PDActionURIThis represents a URI action that can be executed in a PDF document. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PDDestinationThis represents a destination in a PDF document. | 
| class  | PDNamedDestinationThis represents a destination to a page by referencing it with a name. | 
| class  | PDPageDestinationThis represents a destination to a page, see subclasses for specific parameters. | 
| class  | PDPageFitDestinationThis represents a destination to a page and the page contents will be magnified to just
 fit on the screen. | 
| class  | PDPageFitHeightDestinationThis represents a destination to a page at a x location and the height is magnified
 to just fit on the screen. | 
| class  | PDPageFitRectangleDestinationThis represents a destination to a page at a y location and the width is magnified
 to just fit on the screen. | 
| class  | PDPageFitWidthDestinationThis represents a destination to a page at a y location and the width is magnified
 to just fit on the screen. | 
| class  | PDPageXYZDestinationThis represents a destination to a page at an x,y coordinate with a zoom setting. | 
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.