﻿# ComboBoxField
Provides ComboBoxField.

*Inherited from [\Aspose\PDF\Model\ChoiceField](ChoiceField.md)*
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**options** | [**\Aspose\PDF\Model\Option[]**](Option.md) | Gets collection of options of the combobox. | [optional]
**active_state** | **string** | Gets or sets current annotation appearance state. | [optional]
**editable** | **bool** | Gets or sets editable status of the field. | [optional]
**spell_check** | **bool** | Gets or sets spellchaeck activiity status. | [optional]
**multi_select** | **bool** | Gets or sets multiselection flag.<br />*Inherited from [\Aspose\PDF\Model\ChoiceField](ChoiceField.md)* | [optional]
**selected** | **int** | Gets or sets index of selected item. Numbering of items is started from 1.<br />*Inherited from [\Aspose\PDF\Model\ChoiceField](ChoiceField.md)* | [optional]
**partial_name** | **string** | Field name.<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | [optional]
**full_name** | **string** | Full Field name.<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | [optional]
**rect** | [**\Aspose\PDF\Model\Rectangle**](Rectangle.md) | Field rectangle.<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | [optional]
**value** | **string** | Field value.<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | [optional]
**page_index** | **int** | Page index.<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | 
**height** | **double** | Gets or sets height of the field.<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | [optional]
**width** | **double** | Gets or sets width of the field.<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | [optional]
**z_index** | **int** | Z index.<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | [optional]
**is_group** | **bool** | Is group.<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | [optional]
**parent** | [**\Aspose\PDF\Model\FormField**](FormField.md) | Gets field parent.<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | [optional]
**is_shared_field** | **bool** | 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.<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | [optional]
**flags** | [**\Aspose\PDF\Model\AnnotationFlags[]**](AnnotationFlags.md) | Gets Flags of the field.<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | [optional]
**color** | [**\Aspose\PDF\Model\Color**](Color.md) | Color of the annotation.<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | [optional]
**contents** | **string** | Get the field content.<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | [optional]
**margin** | [**\Aspose\PDF\Model\MarginInfo**](MarginInfo.md) | Gets or sets a outer margin for paragraph (for pdf generation)<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | [optional]
**highlighting** | [**\Aspose\PDF\Model\LinkHighlightingMode**](LinkHighlightingMode.md) | Field highlighting mode.<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | [optional]
**horizontal_alignment** | [**\Aspose\PDF\Model\HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the field.<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | [optional]
**vertical_alignment** | [**\Aspose\PDF\Model\VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the field.<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | [optional]
**border** | [**\Aspose\PDF\Model\Border**](Border.md) | Gets or sets annotation border characteristics.<br />*Inherited from [\Aspose\PDF\Model\FormField](FormField.md)* | [optional]
**links** | [**\Aspose\PDF\Model\Link[]**](Link.md) | Link to the document.<br />*Inherited from [\Aspose\PDF\Model\LinkElement](LinkElement.md)* | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/ComboBoxField.php)

