Uses of Class
com.itextpdf.forms.form.element.ComboBoxField
-
Uses of ComboBoxField in com.itextpdf.forms.form.element
Modifier and TypeMethodDescriptionComboBoxField.setSelected
(int index) Selects an option by its index.ComboBoxField.setSelected
(SelectFieldItem item) Selects an option by its value.ComboBoxField.setSelected
(String value) Selects an option by its export value.