margin_left property

margin_left property

Returns or sets the left margin (points) in a TextFrame. Read/write float.

Definition:

@property
def margin_left(self):
    ...

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

See Also