Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetTextShapeType method

ShapeTextAlignment::SetTextShapeType method

Gets and set the transform type of text.

void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetTextShapeType(AutoShapeType value)

Examples

//Usually do not modify this value unless you know exactly what the modification will result in
if (shapeTextAlignment.GetTextShapeType() == AutoShapeType::TextBox)
{
    shapeTextAlignment.SetTextShapeType(AutoShapeType::TextBox);
}

See Also