margin_bottom property

margin_bottom property

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

Definition:

@property
def margin_bottom(self):
    ...

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

See Also