alignment_type propiedad
alignment_type propiedad
Obtiene y establece el tipo de alineación horizontal del texto del párrafo.
Definición:
@property
def alignment_type(self):
...
@alignment_type.setter
def alignment_type(self, value):
...
Ver también
- módulo aspose.cells.drawing.texts
- clase TextAlignmentType
- clase TextParagraph