text_string property

text_string property

Gets or sets the text string.

Definition:

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

See Also