Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 2.15 KB

SubFormFieldsPerDocumentText.md

File metadata and controls

21 lines (17 loc) · 2.15 KB

SubFormFieldsPerDocumentText

This class extends SubFormFieldsPerDocumentBase.

Properties

Name Type Description Notes
type*required str A text input field. Use the SubFormFieldsPerDocumentText class. [default to 'text']
placeholder str Placeholder value for text field.
auto_fill_type str Auto fill type for populating fields automatically. Check out the list of auto fill types to learn more about the possible values.
link_id str Link two or more text fields. Enter data into one linked text field, which automatically fill all other linked text fields.
masked bool Masks entered data. For more information see Masking sensitive information. true for masking the data in a text field, otherwise false.
validation_type str Each text field may contain a validation_type parameter. Check out the list of validation types to learn more about the possible values.

NOTE: When using custom_regex you are required to pass a second parameter validation_custom_regex and you can optionally provide validation_custom_regex_format_label for the error message the user will see in case of an invalid value.
validation_custom_regex str
validation_custom_regex_format_label str
content str Content of a me_now text field
font_family str Font family for the field.
font_size int The initial px font size for the field contents. Can be any integer value between 7 and 49.

NOTE: Font size may be reduced during processing in order to fit the contents within the dimensions of the field.
[default to 12]

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