toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
com.pspdfkit.forms
/
EditableButtonFormElement
Editable
Button
Form
Element
abstract
class
EditableButtonFormElement
:
ButtonFormElement
Represents editable button in a PDF form - i.e. checkbox or radio button.
See also
Editable
Button
Form
Field
Inheritors
RadioButtonFormElement
CheckBoxFormElement
Members
Functions
deselect
Link copied to clipboard
open
fun
deselect
(
)
:
Boolean
Deselects the button.
is
Selected
Link copied to clipboard
open
fun
isSelected
(
)
:
Boolean
Checks if button is selected.
select
Link copied to clipboard
open
fun
select
(
)
:
Boolean
Selects the button.
toggle
Selection
Link copied to clipboard
open
fun
toggleSelection
(
)
:
Boolean
Toggles button selection.