TextShapeType

Shape.TextShapeType property

Önceden ayarlanmış metin şekli türünü alır ve ayarlar.

public AutoShapeType TextShapeType { get; set; }

Örnekler


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

Ayrıca bakınız