KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf
/
PdfAction
/
SubmitForm
Submit
Form
data
class
SubmitForm
(
val
url
:
String
?
,
val
fields
:
List
<
PdfObject
>
?
,
val
flags
:
Int
,
val
raw
:
PdfDictionary
)
:
PdfAction
Members
Constructors
Submit
Form
Link copied to clipboard
constructor
(
url
:
String
?
,
fields
:
List
<
PdfObject
>
?
,
flags
:
Int
,
raw
:
PdfDictionary
)
Properties
fields
Link copied to clipboard
val
fields
:
List
<
PdfObject
>
?
Field names or refs the action targets — null means "all fields".
flags
Link copied to clipboard
val
flags
:
Int
raw
Link copied to clipboard
open
override
val
raw
:
PdfDictionary
url
Link copied to clipboard
val
url
:
String
?