TextShapeType

Shape.TextShapeType property

Obtiene y establece el tipo de forma de texto preestablecido.

public AutoShapeType TextShapeType { get; set; }

Ejemplos


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

Ver también