Aspose::Cells::Drawing::Shape::SetTextDirection method

Shape::SetTextDirection method

Gets/Sets the direction of the text flow for this object.

void Aspose::Cells::Drawing::Shape::SetTextDirection(TextDirectionType value)

Examples

if (shape.GetTextDirection() == TextDirectionType::Context)
    shape.SetTextDirection(TextDirectionType::LeftToRight);

See Also