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