public abstract class

ChoiceFormField

extends FormField
java.lang.Object
   ↳ com.pspdfkit.forms.FormField
     ↳ com.pspdfkit.forms.ChoiceFormField
Known Direct Subclasses

Class Overview

Represents a choice form field in a PDF form.

Summary

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

Public Methods

public void setOptions (List<FormOption> options)

Sets the options for the given choice form element. This WILL change the options in the PDF file.

Parameters
options List of entries for form options.