TextShapeType

Shape.TextShapeType property

Hämtar och ställer in den förinställda textformtypen.

public AutoShapeType TextShapeType { get; set; }

Exempel


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

Se även