Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetRotationAngle method
ShapeTextAlignment::GetRotationAngle method
Gets and sets the rotation of the shape.
double Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetRotationAngle()
Examples
if (shapeTextAlignment.GetRotationAngle() == 0)
{
shapeTextAlignment.SetRotationAngle(90);
}
See Also
- Class Vector
- Class ShapeTextAlignment
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++