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 ListBoxFieldListBoxField. addOption(java.lang.String option)Add an option forListBoxField.ListBoxFieldListBoxField. addOption(java.lang.String option, boolean selected)Add an option forListBoxField.ListBoxFieldListBoxField. setTopIndex(int topIndex)Sets the index of the first visible option in a scrollable list.
-