Generated by
JDiff

Class com.itextpdf.forms.fields.PdfChoiceFormField

Changed Methods
PdfNumber  getTopIndex() Documentation changed from old to new.
Gets the current index of the first option in a scrollable list.
boolean  isCommitOnSelChange() Documentation changed from old to new.
If true, the new value shall be committed as soon as a selection is made (commonly with the pointing device).
boolean  isEdit() Documentation changed from old to new.
If true, the combo box shall include an editable text box as well as a drop-down list; if false, it shall include only a drop-down list.
boolean  isMultiSelect() Documentation changed from old to new.
If true, more than one of the field's option items may be selected simultaneously; if false, at most one item shall be selected.
boolean  isSort() Documentation changed from old to new.
If true, the field's option items shall be sorted alphabetically.
boolean  isSpellCheck() Documentation changed from old to new.
If true, text entered in the field shall be spell-checked..
PdfChoiceFormField  setCombo( boolean) Documentation changed from old to new.
If true, the field is a combo box; if false, the field is a list box.
PdfChoiceFormField  setCommitOnSelChange( boolean) Documentation changed from old to new.
If true, the new value shall be committed as soon as a selection is made (commonly with the pointing device).
PdfChoiceFormField  setEdit( boolean) Documentation changed from old to new.
If true, the combo box shall include an editable text box as well as a drop-down list; if false, it shall include only a drop-down list.
PdfChoiceFormField  setIndices( PdfArray) Documentation changed from old to new.
Sets the selected items in the field.
PdfChoiceFormField  setMultiSelect( boolean) Documentation changed from old to new.
If true, more than one of the field's option items may be selected simultaneously; if false, at most one item shall be selected.
PdfChoiceFormField  setSort( boolean) Documentation changed from old to new.
If true, the field's option items shall be sorted alphabetically.
PdfChoiceFormField  setSpellCheck( boolean) Documentation changed from old to new.
If true, text entered in the field shall be spell-checked.
PdfChoiceFormField  setTopIndex( int) Documentation changed from old to new.
Sets the index of the first visible option in a scrollable list.
PdfChoiceFormField  setListSelected( int[]) Documentation changed from old to new.
Highlights the options.
PdfChoiceFormField  setListSelected( String[]) Documentation changed from old to new.
Highlights the options.
PdfChoiceFormField  setListSelected( String[], boolean ) Documentation changed from old to new.
Highlights the options and generates field appearance if needed.
 

Changed Fields
int  FF_COMBO Documentation changed from old to new.
If true, the field is a combo box.
int  FF_COMMIT_ON_SEL_CHANGE Documentation changed from old to new.
If true, the new value shall be committed as soon as a selection is made (commonly with the pointing device).
int  FF_DO_NOT_SPELL_CHECK Documentation changed from old to new.
If true, text entered in the field shall be spell-checked.
int  FF_EDIT Documentation changed from old to new.
If true, the combo box shall include an editable text box as well as a drop-down list.
int  FF_MULTI_SELECT Documentation changed from old to new.
If true, more than one of the field's option items may be selected simultaneously.
int  FF_SORT Documentation changed from old to new.
If true, the field's option items shall be sorted alphabetically.