text_vertical_alignment propiedad
text_vertical_alignment propiedad
Obtiene y establece el tipo de alineación vertical del texto de la forma.
Ejemplo
from aspose.cells import TextAlignmentType
if shape.text_vertical_alignment == TextAlignmentType.BOTTOM:
shape.text_vertical_alignment = TextAlignmentType.CENTER
Definición:
@property
def text_vertical_alignment(self):
...
@text_vertical_alignment.setter
def text_vertical_alignment(self, value):
...
Ver también
- módulo
aspose.cells.drawing
- clase
Label
- clase
TextAlignmentType