text_vertical_type propiedad
text_vertical_type propiedad
Obtiene y establece la dirección del texto.
Ejemplo
from aspose.cells.drawing.texts import TextVerticalType
shapeTextAlignment.text_vertical_type = TextVerticalType.HORIZONTAL
Definición:
@property
def text_vertical_type(self):
...
@text_vertical_type.setter
def text_vertical_type(self, value):
...
Ver también
- módulo aspose.cells.drawing.texts
- clase ShapeTextAlignment
- clase TextVerticalType