Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTextShapeType method

ShapeTextAlignment::GetTextShapeType method

Gets and set the transform type of text.

AutoShapeType Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTextShapeType()

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