text_direction недвижимость

text_direction недвижимость

Получает/задает направление потока текста для этого объекта.

Пример

from aspose.cells import TextDirectionType

if shape.text_direction == TextDirectionType.CONTEXT:
    shape.text_direction = TextDirectionType.LEFT_TO_RIGHT

Определение:

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

Смотрите также