text_direction property

text_direction property

Represents text reading order.

Remarks

NOTE: This member is now obsolete. Instead, please use ChartTextFrame.ReadingOrder property. This property will be removed 12 months later since March 2020. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also