EditableButtonFormElement

Represents editable button in a PDF form - i.e. checkbox or radio button.

See also

Inheritors

Functions

Link copied to clipboard
open fun deselect(): Boolean
Deselects the button.
Link copied to clipboard
open fun isSelected(): Boolean
Checks if button is selected.
Link copied to clipboard
open fun select(): Boolean
Selects the button.
Link copied to clipboard
Toggles button selection.