is_auto_margin property

is_auto_margin property

Indicates whether the margin of the text frame is automatic.

Example


shapeTextAlignment.is_auto_margin = True

Definition:

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

See Also