Aspose::Cells::Drawing::Shape::SetTextShapeType method

Shape::SetTextShapeType method

Gets and sets the preset text shape type.

void Aspose::Cells::Drawing::Shape::SetTextShapeType(AutoShapeType value)

Examples

if (shape.GetTextShapeType() == AutoShapeType::Unknown)
    shape.SetTextShapeType(AutoShapeType::Rectangle);

See Also