autofit_type property

autofit_type property

Returns or sets text’s autofit mode. Changing of this property can produce a certain influence only for these chart parts: DataLabel and DataLabelFormat (full suport in PowerPoint 2013; in PowerPoint 2007 there is no effect for rendering). Read/write TextAutofitType.

Definition:

@property
def autofit_type(self):
    ...

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

See Also