is_text_wrapped property

is_text_wrapped property

Gets and sets the text wrapped type of the shape which contains text.

Example


shapeTextAlignment.is_text_wrapped = True

Definition:

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

See Also