text_horizontal_alignment fastighet
text_horizontal_alignment fastighet
Hämtar och ställer in textens horisontella justering av kommentaren.
Exempel
from aspose.cells import TextAlignmentType
if comment1.text_horizontal_alignment == TextAlignmentType.FILL:
comment1.text_horizontal_alignment = TextAlignmentType.CENTER
Definition:
@property
def text_horizontal_alignment(self):
...
@text_horizontal_alignment.setter
def text_horizontal_alignment(self, value):
...
Se även
- modul
aspose.cells
- klass
Comment
- klass
TextAlignmentType