left_margin_pt property

left_margin_pt property

Returns the left margin in unit of Points

Definition:

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

See Also