|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDAction | |
---|---|
de.intarsys.pdf.pd | The higher level building blocks of a PDF document. |
Uses of PDAction in de.intarsys.pdf.pd |
---|
Subclasses of PDAction in de.intarsys.pdf.pd | |
---|---|
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 |
PDActionResetForm
The ResetForm action. |
class |
PDActionSubmitForm
The SubmitForm action. |
class |
PDActionURI
The URI action. |
Methods in de.intarsys.pdf.pd that return PDAction | |
---|---|
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()
|
Methods in de.intarsys.pdf.pd with parameters of type PDAction | |
---|---|
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)
|
|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |