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.
|
Modifier and Type | Method | Description |
---|---|---|
PDDestinationOrAction |
PDDocumentCatalog.getOpenAction() |
Get the Document Open Action for this object.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDDocumentCatalog.setOpenAction(PDDestinationOrAction action) |
Sets the Document Open Action for this object.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDAction |
This represents an action that can be executed in a PDF document.
|
class |
PDActionEmbeddedGoTo |
This represents a embedded go-to action that can be executed in a PDF document.
|
class |
PDActionGoTo |
This represents a go-to action that can be executed in a PDF document.
|
class |
PDActionHide |
This represents a thread action that can be executed in a PDF document.
|
class |
PDActionImportData |
|
class |
PDActionJavaScript |
This represents a JavaScript action.
|
class |
PDActionLaunch |
This represents a launch action that can be executed in a PDF document.
|
class |
PDActionMovie |
|
class |
PDActionNamed |
This represents a named action in a PDF document.
|
class |
PDActionRemoteGoTo |
This represents a remote go-to action that can be executed in a PDF document.
|
class |
PDActionResetForm |
|
class |
PDActionSound |
This represents a Sound action that can be executed in a PDF document
|
class |
PDActionSubmitForm |
This represents a Submit-Form action that can be executed in a PDF document.
|
class |
PDActionThread |
This represents a thread action that can be executed in a PDF document.
|
class |
PDActionURI |
This represents a URI action that can be executed in a PDF document.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDDestination |
This represents a destination in a PDF document.
|
class |
PDNamedDestination |
This represents a destination to a page by referencing it with a name.
|
class |
PDPageDestination |
This represents a destination to a page, see subclasses for specific parameters.
|
class |
PDPageFitDestination |
This represents a destination to a page and the page contents will be magnified to just
fit on the screen.
|
class |
PDPageFitHeightDestination |
This represents a destination to a page at a x location and the height is magnified
to just fit on the screen.
|
class |
PDPageFitRectangleDestination |
This represents a destination to a page at a y location and the width is magnified
to just fit on the screen.
|
class |
PDPageFitWidthDestination |
This represents a destination to a page at a y location and the width is magnified
to just fit on the screen.
|
class |
PDPageXYZDestination |
This represents a destination to a page at an x,y coordinate with a zoom setting.
|
Copyright © 2002–2018. All rights reserved.