form_text_field_title property

form_text_field_title property

Gets or sets the title of text form field to put text signature into it. This property could be used only with SignatureImplementation = TextToFormField.

Definition:

@property
def form_text_field_title(self):
    ...
@form_text_field_title.setter
def form_text_field_title(self, value):
    ...

See Also