auto_shape_type propiedad

auto_shape_type propiedad

Obtiene y establece el tipo de forma automática.

Ejemplo

from aspose.cells.drawing import AutoShapeType

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

Definición:

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

Ver también