Uses of Class
com.itextpdf.forms.form.element.ComboBoxField
-
Packages that use ComboBoxField Package Description com.itextpdf.forms.fields com.itextpdf.forms.form.element -
-
Uses of ComboBoxField in com.itextpdf.forms.fields
Methods in com.itextpdf.forms.fields with parameters of type ComboBoxField Modifier and Type Method Description private voidPdfFormAnnotation. prepareComboBoxFieldWithCorrectOptionsAndValues(ComboBoxField comboBoxField) -
Uses of ComboBoxField in com.itextpdf.forms.form.element
Methods in com.itextpdf.forms.form.element that return ComboBoxField Modifier and Type Method Description ComboBoxFieldComboBoxField. setSelected(int index)Selects an option by its index.ComboBoxFieldComboBoxField. setSelected(SelectFieldItem item)Selects an option by its value.ComboBoxFieldComboBoxField. setSelected(java.lang.String value)Selects an option by its export value.
-