text property

text property

Gets and sets the text of the shape.

Definition:

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

See Also