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):
    ...
أنظر أيضا
- الوحدة aspose.cells.drawing
- فئة AutoShapeType
- فئة RectangleShape