Shape.TextShapeType

Shape.TextShapeType property

Gets and sets the preset text shape type.

public AutoShapeType TextShapeType { get; set; }

Examples


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

See Also