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
- enum AutoShapeType
- class Shape
- espace de noms Aspose.Cells.Drawing
- Assemblée Aspose.Cells