Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetRotateTextWithShape method
ShapeTextAlignment::SetRotateTextWithShape method
Indicates whether rotating text with shape.
void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetRotateTextWithShape(bool value)
Examples
if (shapeTextAlignment.GetRotateTextWithShape() == false)
{
shapeTextAlignment.SetRotateTextWithShape(true);
}
See Also
- Class Vector
- Class ShapeTextAlignment
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++