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