top_margin property

top_margin property

Represents the size of the top margin, in unit of centimeters.

Definition:

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

See Also