TextShapeType
Shape.TextShapeType property
Obtient et définit le type de forme de texte prédéfini.
public AutoShapeType TextShapeType { get; set; }
Exemples
[C#]
if (shape.TextShapeType == Aspose.Cells.Drawing.AutoShapeType.Unknown)
shape.TextShapeType = Aspose.Cells.Drawing.AutoShapeType.Rectangle;
Voir également
- enum AutoShapeType
- class Shape
- espace de noms Aspose.Cells.Drawing
- Assemblée Aspose.Cells