TextShapeType

Shape.TextShapeType property

الحصول على نوع شكل النص المحدد مسبقًا وتعيينه.

public AutoShapeType TextShapeType { get; set; }

أمثلة


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

أنظر أيضا