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