TextOrientationType

Shape.TextOrientationType property

Şeklin metin yönlendirme türünü alır ve ayarlar.

public TextOrientationType TextOrientationType { get; set; }

Örnekler


[C#]
if (shape.TextOrientationType == Aspose.Cells.TextOrientationType.NoRotation)
    shape.TextOrientationType = Aspose.Cells.TextOrientationType.TopToBottom;

Ayrıca bakınız