text_vertical_type property

text_vertical_type property

Determines text orientation. The resulted value of visual text rotation summarized from this property and custom angle in property RotationAngle. Read/write TextVerticalType.

Definition:

@property
def text_vertical_type(self):
    ...

@text_vertical_type.setter
def text_vertical_type(self, value):
    ...

See Also