AutoShapeType

Shape.AutoShapeType property

Obtient et définit le type de forme automatique.

public AutoShapeType AutoShapeType { get; set; }

Exemples


[C#]
if (shape.AutoShapeType == Aspose.Cells.Drawing.AutoShapeType.Unknown)
    shape.AutoShapeType = Aspose.Cells.Drawing.AutoShapeType.Rectangle;

Voir également