right_margin property

right_margin property

Specifies the right margin of the paragraph.

Definition:

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

See Also