void
Deletes an item in a combo box or a list box.
index.
void
Get field's border color.
Get field's border style.
Get the count of field's controls.
get Current item. for listbox, combobox
Object
Get field's fill color.
Get field's flags. For more information.
Gets the internal value of an item in a combo box or a list box.
index. The number of items in a list can be obtained from numItems.
Get form field's name(aka title).
Get form field's type.
Get field value.
Inserts a new item into a combo box or a list box.
The item name that will appear in the form.
The export value of the field when this item is selected.
If not provided, the cName is used as the export value.
The index in the list at which to insert the item.
If 0 (the default), the new item is inserted at the top of the list.
If –1, the new item is inserted at the end of the list.
void
Set field's border color.
void
Set field's border style(Not support signature field).
Border style, should be one of 'solid','dashed','inset','beveled'. Nothing will be done with invalid string
set Current item. for listbox, combobox
. select item by index.
boolean
Setting this property to true or false corresponds to unchecking or checking the Check Spelling attribute in the Options tab of the Field Properties dialog box.
If true, spell checking is not performed on this editable text field.
boolean
Controls whether a combo box is editable. only for combox
If true, the user can type in a selection. If false, the user must choose one of the provided selections.
boolean
Set field's fill color.
An interge indecated fill color (alpha is not supported). Supported color format
0 or ['T'] for transparent
number, such as 0xff0000, 16711680
PDF color array, such as ['RGB',1,1,1] which means white.
HTML color format, such as '#ff0000', 'rgb(255,0,0)', 'rgba(255,0,0,1)'
boolean
Set field's flags.
unidefined
Sets the list of items for a combo box or a list box.
Array An array in which each element is consist of string and export value.
void
ndicates that a list box allows a multiple selection of items. only for listbox
if true, indicates that a list box allow a multiple selection of items.
boolean
Set field's value.
Field's value to be set.
void or the set value.
Clears all the values in a list box or combo box.