| Modifier and Type | Class and Description |
|---|---|
class |
GoToAction
A go-to action can be executed in a PDF document.
|
class |
LaunchAction
A launch action launches an application or opens or prints a document.
|
class |
RemoteGoToAction
A remote go-to action is an action that includes a RemoteDestination object.
|
class |
URIAction
A text string, typically a hyperlink.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
Bookmark.getAction()
Get the Action for a bookmark.
|
Action |
LinkAnnotation.getAction()
The Action object for this link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bookmark.setAction(Action action)
Set the Action for a bookmark.
|
void |
LinkAnnotation.setAction(Action newaction)
The Action object for this link.
|