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