text_vertical_type property
text_vertical_type property
Gets and sets the text direction.
Example
from aspose.cells.drawing.texts import TextVerticalType
shapeTextAlignment.text_vertical_type = TextVerticalType.HORIZONTAL
Definition:
@property
def text_vertical_type(self):
...
@text_vertical_type.setter
def text_vertical_type(self, value):
...
See Also
- module
aspose.cells.drawing.texts
- class
ShapeTextAlignment
- class
TextVerticalType