public class GoToAction extends Action
The action is linked to a bookmark within the document.
A remote go-to action includes a hyperlink that takes the reader to a destination in a separate document.
| Constructor and Description |
|---|
GoToAction(ViewDestination dest)
General constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
ViewDestination |
getDestination()
The Destination for this action
|
void |
setDestination(ViewDestination dest)
The Destination for this action
|
equals, getPDFDict, getSubtype, toStringpublic GoToAction(ViewDestination dest)
dest - The ViewDestination contained in this class.public ViewDestination getDestination()
public void setDestination(ViewDestination dest)