margin_top property

margin_top property

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

Definition:

@property
def margin_top(self):
    ...

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

See Also