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
- Class Vector
- Enum TextDirectionType
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++