Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 2.24 KB

TemplateResponseDocumentFormFieldHyperlink.md

File metadata and controls

20 lines (16 loc) · 2.24 KB

Dropbox.Sign.Model.TemplateResponseDocumentFormFieldHyperlink

This class extends TemplateResponseDocumentFormFieldBase

Properties

Name Type Description Notes
ApiId string A unique id for the form field. [optional]
Name string The name of the form field. [optional]
Signer string The signer of the Form Field. [optional]
X int The horizontal offset in pixels for this form field. [optional]
Y int The vertical offset in pixels for this form field. [optional]
Width int The width in pixels of this form field. [optional]
Height int The height in pixels of this form field. [optional]
Required bool Boolean showing whether or not this field is required. [optional]
Group string The name of the group this field is in. If this field is not a group, this defaults to null except for Radio fields. [optional]
Type string The type of this form field. See field types.

* Text Field uses TemplateResponseDocumentFormFieldText
* Dropdown Field uses TemplateResponseDocumentFormFieldDropdown
* Hyperlink Field uses TemplateResponseDocumentFormFieldHyperlink
* Checkbox Field uses TemplateResponseDocumentFormFieldCheckbox
* Radio Field uses TemplateResponseDocumentFormFieldRadio
* Signature Field uses TemplateResponseDocumentFormFieldSignature
* Date Signed Field uses TemplateResponseDocumentFormFieldDateSigned
* Initials Field uses TemplateResponseDocumentFormFieldInitials
[default to "hyperlink"]AvgTextLength

[Back to Model list] [Back to API list] [Back to README]