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):
    ...

أنظر أيضا