text_direction Eigentum
text_direction Eigentum
Ruft die Richtung des Textflusses für dieses Objekt ab bzw. legt sie fest.
Beispiel
from aspose.cells import TextDirectionType
if shape.text_direction == TextDirectionType.CONTEXT:
shape.text_direction = TextDirectionType.LEFT_TO_RIGHT
Definition:
@property
def text_direction(self):
...
@text_direction.setter
def text_direction(self, value):
...
Siehe auch
- Modul
aspose.cells.drawing
- Klasse
Spinner
- Klasse
TextDirectionType