TextOrientationType

Shape.TextOrientationType property

Получает и задает тип ориентации текста фигуры.

public TextOrientationType TextOrientationType { get; set; }

Примеры


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

Смотрите также