toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
com.pspdfkit.annotations.actions
/
GoToEmbeddedAction
Go
To
Embedded
Action
class
GoToEmbeddedAction
:
Action
Action that allows jumping to a PDF file that is embedded in the document.
See also
Embedded
File
Members
Constructors
Go
To
Embedded
Action
Link copied to clipboard
constructor
(
@
NonNull
targetFile
:
EmbeddedFile
,
openInNewWindow
:
Boolean
)
Creates action instance.
constructor
(
@
NonNull
targetFile
:
EmbeddedFile
,
openInNewWindow
:
Boolean
,
@
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
pdf
Path
Link copied to clipboard
@
Nullable
@get:
Nullable
val
pdfPath
:
String
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
is
New
Window
Link copied to clipboard
open
fun
isNewWindow
(
)
:
Boolean
Whether or not a new window should be created for displaying the embedded document.
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String