right_to_left property

right_to_left property

Determines whether the table has right to left reading order. Read-write bool.

Definition:

@property
def right_to_left(self):
    ...

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

See Also