text_horizontal_alignment mülk

text_horizontal_alignment mülk

Yorumun metin yatay hizalama türünü alır ve ayarlar.

Örnek

from aspose.cells import TextAlignmentType

if comment1.text_horizontal_alignment == TextAlignmentType.FILL:
    comment1.text_horizontal_alignment = TextAlignmentType.CENTER

Tanım:

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

Ayrıca bakınız