text_vertical_type propriété
text_vertical_type propriété
Obtient et définit la direction du texte.
Exemple
from aspose.cells.drawing.texts import TextVerticalType
shapeTextAlignment.text_vertical_type = TextVerticalType.HORIZONTAL
Définition:
@property
def text_vertical_type(self):
...
@text_vertical_type.setter
def text_vertical_type(self, value):
...
Voir également
- module aspose.cells.drawing.texts
- classe ShapeTextAlignment
- classe TextVerticalType