Sha256: 4d72feb1c2f58a76f6edba9f33085d23706570d97b4c58412d3633c39c8f03db
Contents?: true
Size: 1.36 KB
Versions: 3
Compression:
Stored size: 1.36 KB
Contents
# Dropbox::Sign::TemplateResponseNamedFormField ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `name` | ```String``` | The name of the Named Form Field. | | | `type` | ```String``` | The type of this Named Form Field. Only `text` and `checkbox` are currently supported. | | | `signer` | ```String``` | The signer of the Named Form Field. | | | `x` | ```Integer``` | The horizontal offset in pixels for this form field. | | | `y` | ```Integer``` | The vertical offset in pixels for this form field. | | | `width` | ```Integer``` | The width in pixels of this form field. | | | `height` | ```Integer``` | The height in pixels of this form field. | | | `required` | ```Boolean``` | Boolean showing whether or not this field is required. | | | `api_id` | ```String``` | The unique ID for this field. | | | `group` | ```String``` | The name of the group this field is in. If this field is not a group, this defaults to `null`. | | | `avg_text_length` | [```TemplateResponseFieldAvgTextLength```](TemplateResponseFieldAvgTextLength.md) | | | | `is_multiline` | ```Boolean``` | Whether this form field is multiline text. | | | `original_font_size` | ```Integer``` | Original font size used in this form field's text. | | | `font_family` | ```String``` | Font family used in this form field's text. | |
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dropbox-sign-1.0.1 | docs/TemplateResponseNamedFormField.md |
dropbox-sign-1.0.0 | docs/TemplateResponseNamedFormField.md |
dropbox-sign-1.0.0.pre.beta2301 | docs/TemplateResponseNamedFormField.md |