text property

text property

The text in the WordArt.

Definition:

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

See Also