KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf
/
PdfAction
/
Uri
Uri
data
class
Uri
(
val
uri
:
String
,
val
isMap
:
Boolean
,
val
raw
:
PdfDictionary
)
:
PdfAction
Members
Constructors
Uri
Link copied to clipboard
constructor
(
uri
:
String
,
isMap
:
Boolean
,
raw
:
PdfDictionary
)
Properties
is
Map
Link copied to clipboard
val
isMap
:
Boolean
/IsMap — true if the URL is an image-map and the click point should be appended.
raw
Link copied to clipboard
open
override
val
raw
:
PdfDictionary
uri
Link copied to clipboard
val
uri
:
String