| Package | Description |
|---|---|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDActionAny
A generic action implementation to be used when no specific implementation
needed or around.
|
class |
PDActionGoTo
The GoTo action.
|
class |
PDActionGoToR
The GoToR action.
|
class |
PDActionJavaScript
The JavaScript action.
|
class |
PDActionLaunch
The Launch action.
|
class |
PDActionNamed
A named action.
|
class |
PDActionRendition
The GoTo action.
|
class |
PDActionResetForm
The ResetForm action.
|
class |
PDActionSubmitForm
The SubmitForm action.
|
class |
PDActionURI
The URI action.
|
| Modifier and Type | Method and Description |
|---|---|
PDAction |
PDOutlineItem.getAction()
The
PDAction executed when the outline item is activated. |
PDAction |
PDAnnotation.getAction()
The
PDAction to be executed when this is "activated". |
PDAction |
PDAdditionalActions.getAction(COSName trigger) |
PDAction |
PDDocument.getOpenAction() |
| Modifier and Type | Method and Description |
|---|---|
List<PDAction> |
PDAdditionalActions.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
PDAdditionalActions.addAction(COSName trigger,
PDAction action) |
void |
PDDocument.addAction(PDAction action) |
void |
PDAnnotation.addAction(PDAction newAction)
Add a
PDAction to be executed when this is "activated". |
void |
PDAction.addNext(PDAction action)
Add a new
PDAction to be executed after this. |
void |
PDDocument.addOpenAction(PDAction newAction)
Add a
PDAction to be exceuted when this is opened. |
void |
PDAction.removeNext(PDAction action)
Remove a
PDAction from the actions to be executed after this. |
void |
PDAdditionalActions.setAction(COSName trigger,
PDAction action) |
void |
PDOutlineItem.setAction(PDAction action)
Assign the
PDAction to be executed when the outline is activated. |
void |
PDAnnotation.setAction(PDAction newAction)
Set the
PDAction for the "activation" of this. |
void |
PDDocument.setOpenAction(PDAction newAction) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.