Pdfdemo
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Pdfdemo
pdf-core
/
io.github.limuyang2.pdf.core
/
PdfLinkTarget
/
Uri
Uri
data
class
Uri
(
val
uri
:
String
)
:
PdfLinkTarget
An external URI, typically
http:
or
https:
.
Members
Constructors
Uri
Link copied to clipboard
constructor
(
uri
:
String
)
Properties
uri
Link copied to clipboard
val
uri
:
String
the URI to open.