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
- Class Vector
- Enum AutoShapeType
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++