wrap_text property

wrap_text property

True if text is wrapped at TextFrame’s margins. Changing of this property can produce a certain influence only for these chart parts: DataLabel and DataLabelFormat (full suport in PowerPoint 2007/2013). Read/write NullableBool.

Definition:

@property
def wrap_text(self):
    ...

@wrap_text.setter
def wrap_text(self, value):
    ...

See Also