is_text_wrapped property

is_text_wrapped property

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

Example


if shape.is_text_wrapped:
    shape.is_text_wrapped = notshape.is_text_wrapped

Definition:

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

See Also