Aspose::Cells::Drawing::Shape::SetTextOrientationType method

Shape::SetTextOrientationType method

Gets and sets the text orientation type of the shape.

void Aspose::Cells::Drawing::Shape::SetTextOrientationType(TextOrientationType value)

Examples

if (shape.GetTextOrientationType() == TextOrientationType::NoRotation)
    shape.SetTextOrientationType(TextOrientationType::TopToBottom);

See Also