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
- класс Label