Uses of Class
com.itextpdf.forms.form.element.ListBoxField
-
Packages that use ListBoxField Package Description com.itextpdf.forms.form.element -
-
Uses of ListBoxField in com.itextpdf.forms.form.element
Methods in com.itextpdf.forms.form.element that return ListBoxField Modifier and Type Method Description ListBoxField
ListBoxField. addOption(java.lang.String option)
Add an option forListBoxField
.ListBoxField
ListBoxField. addOption(java.lang.String option, boolean selected)
Add an option forListBoxField
.
-