right_to_left property

right_to_left property

Determines whether the Right to Left writing is used in a paragraph. No inheritance applied. Read/write NullableBool.

Definition:

@property
def right_to_left(self):
    ...

@right_to_left.setter
def right_to_left(self, value):
    ...

See Also