text_horizontal_alignment Eigentum

text_horizontal_alignment Eigentum

Ruft den horizontalen Textausrichtungstyp der Form ab und legt diesen fest.

Beispiel

from aspose.cells import TextAlignmentType

if shape.text_horizontal_alignment == TextAlignmentType.BOTTOM:
    shape.text_horizontal_alignment = TextAlignmentType.CENTER

Definition:

@property
def text_horizontal_alignment(self):
    ...
@text_horizontal_alignment.setter
def text_horizontal_alignment(self, value):
    ...

Siehe auch