is_auto_text property

is_auto_text property

Indicates the text is auto generated.

Definition:

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

See Also