TextDirection

Shape.TextDirection property

Bu nesne için metin akışının yönünü alır/ayarlar.

public TextDirectionType TextDirection { get; set; }

Örnekler


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

Ayrıca bakınız