Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1023 Bytes

TemplateResponseDocumentCustomFieldText.md

File metadata and controls

18 lines (11 loc) · 1023 Bytes

TemplateResponseDocumentCustomFieldText

This class extends TemplateResponseDocumentCustomFieldBase

Properties

Name Type Description Notes
type*required str The type of this Custom Field. Only text and checkbox are currently supported.

* Text uses TemplateResponseDocumentCustomFieldText
* Checkbox uses TemplateResponseDocumentCustomFieldCheckbox
[default to "text"]
avg_text_length TemplateResponseFieldAvgTextLength
is_multiline bool Whether this form field is multiline text.
original_font_size int Original font size used in this form field's text.
font_family str Font family used in this form field's text.

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