Provides ComboBoxField.
| Name | Type | Description | Notes |
|---|---|---|---|
| links | Array<Link> | Link to the document. | [optional] |
| partial_name | String | Field name. | [optional] |
| rect | Rectangle | Field rectangle. | [optional] |
| value | String | Field value. | [optional] |
| page_index | Integer | Page index. | |
| height | Float | Gets or sets height of the field. | [optional] |
| width | Float | Gets or sets width of the field. | [optional] |
| z_index | Integer | Z index. | [optional] |
| is_group | BOOLEAN | Is group. | [optional] |
| parent | FormField | Gets field parent. | [optional] |
| is_shared_field | BOOLEAN | Property for Generator support. Used when field is added to header or footer. If true, this field will created once and it's appearance will be visible on all pages of the document. If false, separated field will be created for every document page. | [optional] |
| flags | Array<AnnotationFlags> | Gets Flags of the field. | [optional] |
| color | Color | Color of the annotation. | [optional] |
| contents | String | Get the field content. | [optional] |
| margin | MarginInfo | Gets or sets a outer margin for paragraph (for pdf generation) | [optional] |
| highlighting | LinkHighlightingMode | Field highlighting mode. | [optional] |
| horizontal_alignment | HorizontalAlignment | Gets HorizontalAlignment of the field. | [optional] |
| vertical_alignment | VerticalAlignment | Gets VerticalAlignment of the field. | [optional] |
| border | Border | Gets or sets annotation border characteristics. | [optional] |
| multi_select | BOOLEAN | Gets or sets multiselection flag. | [optional] |
| selected | Integer | Gets or sets index of selected item. Numbering of items is started from 1. | [optional] |
| options | Array<Option> | Gets collection of options of the combobox. | [optional] |
| active_state | String | Gets or sets current annotation appearance state. | [optional] |
| editable | BOOLEAN | Gets or sets editable status of the field. | [optional] |
| spell_check | BOOLEAN | Gets or sets spellchaeck activiity status. | [optional] |