Aspose::Cells::Drawing::Shape::GetTextDirection method
Shape::GetTextDirection method
Gets/Sets the direction of the text flow for this object.
TextDirectionType Aspose::Cells::Drawing::Shape::GetTextDirection()
Examples
if (shape.GetTextDirection() == TextDirectionType::Context)
    shape.SetTextDirection(TextDirectionType::LeftToRight);
See Also
- Enum TextDirectionType
 - Class Shape
 - Namespace Aspose::Cells::Drawing
 - Library Aspose.Cells for C++