Sha256: caa48677141a282f195b1fee36a621b894b192eb3f411ccf246a962556607b9b
Contents?: true
Size: 733 Bytes
Versions: 51
Compression:
Stored size: 733 Bytes
Contents
# CloudmersiveConvertApiClient::PdfFormField ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **field_name** | **String** | Name of the form field | [optional] **field_type** | **String** | The data type of the field; possible values are Text (FieldValue will be a string), Checkbox (FieldValue can be \"true\" or \"false\"), ComboBox (FieldComboBoxSelectedIndex will also be populated), Other | [optional] **field_value** | **String** | Value of the form field | [optional] **field_combo_box_selected_index** | **Integer** | Applies to ComboBox field types only; specifies the selected index of the combo box selection if available | [optional]
Version data entries
51 entries across 51 versions & 1 rubygems