Sha256: 98d33da177549bd5e1539dd0fefded281d642222e8965ceb61480c5194d3fb55

Contents?: true

Size: 897 Bytes

Versions: 2

Compression:

Stored size: 897 Bytes

Contents

# Dropbox::Sign::SubFormFieldsPerDocumentDropdown

This class extends `SubFormFieldsPerDocumentBase`.

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `type`<sup>*_required_</sup> | ```String``` |  An input field for dropdowns. Use the `SubFormFieldsPerDocumentDropdown` class.  |  [default to 'dropdown'] |
| `options`<sup>*_required_</sup> | ```Array<String>``` |  Array of string values representing dropdown values.  |  |
| `content` | ```String``` |  Selected value in `options` array. Value must exist in array.  |  |
| `font_family` | ```String``` |  Font family for the field.  |  |
| `font_size` | ```Integer``` |  The initial px font size for the field contents. Can be any integer value between `7` and `49`.<br><br>**NOTE**: Font size may be reduced during processing in order to fit the contents within the dimensions of the field.  |  |

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dropbox-sign-1.3.0 docs/SubFormFieldsPerDocumentDropdown.md
dropbox-sign-1.2.0 docs/SubFormFieldsPerDocumentDropdown.md