text_input_type property

FormField.text_input_type property

Gets or sets the type of a text form field.

@property
def text_input_type(self) -> aspose.words.fields.TextFormFieldType:
    ...

@text_input_type.setter
def text_input_type(self, value: aspose.words.fields.TextFormFieldType):
    ...

See Also