Sha256: d684543b1aafa67924d46031789be25109a3f906ff03861ea5de8e87f5fe3b64
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
# HelloSign::TemplateResponseDocumentFormField ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `api_id` | ```String``` | A unique id for the form field. | | | `name` | ```String``` | The name of the form field. | | | `type` | ```String``` | The type of this form field. See [field types](/api/reference/constants/#field-types). | | | `signer` | ```String``` | The signer of the 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. | | | `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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hellosign-ruby-sdk-6.0.0.pre.beta | docs/TemplateResponseDocumentFormField.md |