left_margin property

left_margin property

Specifies the left margin of the paragraph.

Definition:

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

See Also