wrap_text_in_shape property

wrap_text_in_shape property

Specifies text wrapping within a shape. False - No wrapping will occur on text body. True - Wrapping will occur on text body.

Definition:

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

See Also