text_direction propriété

text_direction propriété

Obtient/Définit la direction du flux de texte pour cet objet.

Exemple

from aspose.cells import TextDirectionType

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

Définition:

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

Voir également