Shape.TextDirection

Shape.TextDirection property

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

public TextDirectionType TextDirection { get; set; }

Examples


[C#]
if (shape.TextDirection == Aspose.Cells.TextDirectionType.Context)
    shape.TextDirection = Aspose.Cells.TextDirectionType.LeftToRight;

See Also