left_margin_inch property

left_margin_inch property

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

Definition:

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

See Also