auto_shape_type mülk

auto_shape_type mülk

Otomatik şekil türünü alır ve ayarlar.

Örnek

from aspose.cells.drawing import AutoShapeType

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

Tanım:

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

Ayrıca bakınız