text_horizontal_alignment propiedad
text_horizontal_alignment propiedad
Obtiene y establece el tipo de alineación horizontal del texto del comentario.
Ejemplo
from aspose.cells import TextAlignmentType
if comment1.text_horizontal_alignment == TextAlignmentType.FILL:
comment1.text_horizontal_alignment = TextAlignmentType.CENTER
Definición:
@property
def text_horizontal_alignment(self):
...
@text_horizontal_alignment.setter
def text_horizontal_alignment(self, value):
...
Ver también
- módulo
aspose.cells
- clase
Comment
- clase
TextAlignmentType