| java.lang.Object | ||
| ↳ | com.pspdfkit.annotations.actions.Action | |
| ↳ | com.pspdfkit.annotations.actions.GoToAction | |
PDF action representing a change to another page.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
GoToAction(int pageIndex)
Creates action instance.
| |||||||||||
|
GoToAction(int pageIndex, List<Action> subActions)
Creates action instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| int |
getPageIndex()
Page this action points to.
| ||||||||||
| ActionType |
getType()
Returns type of action to make down-casting easier.
| ||||||||||
| int | hashCode() | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pspdfkit.annotations.actions.Action
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates action instance.
| pageIndex | Index of the page to skip to once the action is triggered. |
|---|
Creates action instance.
| pageIndex | Index of the page to skip to once the action is triggered. |
|---|---|
| subActions | List of sub-actions of this action. |
Page this action points to.
Returns type of action to make down-casting easier.