KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf
/
PdfAction
/
GoToR
Go
To
R
data
class
GoToR
(
val
filename
:
String
,
val
destination
:
PdfObject
?
,
val
newWindow
:
Boolean
,
val
raw
:
PdfDictionary
)
:
PdfAction
Members
Constructors
Go
To
R
Link copied to clipboard
constructor
(
filename
:
String
,
destination
:
PdfObject
?
,
newWindow
:
Boolean
,
raw
:
PdfDictionary
)
Properties
destination
Link copied to clipboard
val
destination
:
PdfObject
?
filename
Link copied to clipboard
val
filename
:
String
Target file path (PDFDocEncoded text).
new
Window
Link copied to clipboard
val
newWindow
:
Boolean
raw
Link copied to clipboard
open
override
val
raw
:
PdfDictionary