auto_shape_type属性

auto_shape_type属性

获取和设置自动形状类型。

例子

from aspose.cells.drawing import AutoShapeType

if shape.auto_shape_type == AutoShapeType.UNKNOWN:
    shape.auto_shape_type = AutoShapeType.RECTANGLE

定义:

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

也可以看看