left_margin property

left_margin property

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

Definition:

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

See Also