text_shape_type 属性
text_shape_type 属性
获取和设置文本的转换类型。
例子
from aspose.cells.drawing import AutoShapeType
# Usually do not modify this value unless you know exactly what the modification will result in
shapeTextAlignment.text_shape_type = AutoShapeType.TEXT_BOX
定义:
@property
def text_shape_type(self):
...
@text_shape_type.setter
def text_shape_type(self, value):
...