text_vertical_type 属性

text_vertical_type 属性

获取和设置文本方向。

例子

from aspose.cells.drawing.texts import TextVerticalType

shapeTextAlignment.text_vertical_type = TextVerticalType.HORIZONTAL

定义:

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

也可以看看