toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
com.pspdfkit.annotations.actions
/
GoToAction
Go
To
Action
class
GoToAction
:
Action
PDF action representing a change to another page.
Members
Constructors
Go
To
Action
Link copied to clipboard
constructor
(
@
IntRange
(
from
=
0
)
pageIndex
:
Int
)
Creates action instance.
constructor
(
@
IntRange
(
from
=
0
)
pageIndex
:
Int
,
@
Nullable
subActions
:
List
<
Action
>
)
Creates action instance.
constructor
(
@
IntRange
(
from
=
0
)
pageIndex
:
Int
,
type
:
DestinationType
,
left
:
Float
,
top
:
Float
,
width
:
Float
,
height
:
Float
,
zoom
:
Float
,
@
Nullable
subActions
:
List
<
Action
>
)
Creates action instance.
Properties
destination
Link copied to clipboard
val
destination
:
Destination
page
Index
Link copied to clipboard
@
IntRange
(
from
=
0
)
@get:
IntRange
(
from
=
0
)
val
pageIndex
:
Int
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
get
Type
Link copied to clipboard
@
NonNull
open
fun
getType
(
)
:
ActionType
Returns type of action to make down-casting easier.
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String