auto_shape_type proprietà

auto_shape_type proprietà

Ottiene e imposta il tipo di forma automatica.

Esempio

from aspose.cells.drawing import AutoShapeType

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

Definizione:

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

Guarda anche