text property

text property

Gets or sets the plain text for a TextFrame. Read/write str.

Definition:

@property
def text(self):
    ...

@text.setter
def text(self, value):
    ...

See Also