toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
com.pspdfkit.forms
/
FormOption
Form
Option
open
class
FormOption
Represents one entry in form options array.
Members
Constructors
Form
Option
Link copied to clipboard
constructor
(
@
NonNull
label
:
String
,
@
NonNull
value
:
String
)
Constructs one entry in form options array.
Properties
label
Link copied to clipboard
@
NonNull
@get:
NonNull
val
label
:
String
value
Link copied to clipboard
@
NonNull
@get:
NonNull
val
value
:
String
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String