shape_text_direction property

shape_text_direction property

Gets or sets the text display direction within a given text body. It corresponds to “Format Shape - Text Options - Text Box - Text direction” in Excel

Definition:

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

See Also