| java.lang.Object | ||
| ↳ | com.pspdfkit.annotations.actions.Action | |
| ↳ | com.pspdfkit.annotations.actions.GoToRemoteAction | |
PDF action representing a change to page in another PDF document.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
GoToRemoteAction(String pdfPath, int pageIndex)
Creates action instance.
| |||||||||||
|
GoToRemoteAction(String pdfPath, int pageIndex, List<Action> subActions)
Creates action instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| int |
getPageIndex()
Page this action points to.
| ||||||||||
| String |
getPdfPath()
Relative path to the PDF document 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.
| pdfPath | Relative path to the target PDF document. |
|---|---|
| pageIndex | Destination page index in the target PDF file. |
Creates action instance.
| pdfPath | Path of the target PDF file. |
|---|---|
| pageIndex | Destination page index in the target PDF file. |
| subActions | List of sub-actions of this action. |
Page this action points to.
Relative path to the PDF document this action points to.
Returns type of action to make down-casting easier.