TextShapeType

Shape.TextShapeType property

Ottiene e imposta il tipo di forma del testo preimpostato.

public AutoShapeType TextShapeType { get; set; }

Esempi


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

Guarda anche