TextDirection

Shape.TextDirection property

Obtient/Définit la direction du flux de texte pour cet objet.

public TextDirectionType TextDirection { get; set; }

Exemples


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

Voir également