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 void
PdfFormAnnotation. 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 ComboBoxField
ComboBoxField. setSelected(int index)
Selects an option by its index.ComboBoxField
ComboBoxField. setSelected(SelectFieldItem item)
Selects an option by its value.ComboBoxField
ComboBoxField. setSelected(java.lang.String value)
Selects an option by its export value.
-