| java.lang.Object | ||
| ↳ | com.pspdfkit.forms.FormField | |
| ↳ | com.pspdfkit.forms.ChoiceFormField | |
Known Direct Subclasses
|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void |
setOptions(List<FormOption> options)
Sets the options for the given choice form element.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pspdfkit.forms.FormField
| |||||||||||
From class
java.lang.Object
| |||||||||||
Sets the options for the given choice form element. This WILL change the options in the PDF file.
| options | List of entries for form options. |
|---|