Aspose::Cells::Drawing::Shape::GetTextShapeType method

Shape::GetTextShapeType method

Gets and sets the preset text shape type.

AutoShapeType Aspose::Cells::Drawing::Shape::GetTextShapeType()

Examples

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

See Also