TextOrientationType
Shape.TextOrientationType property
Получает и задает тип ориентации текста фигуры.
public TextOrientationType TextOrientationType { get; set; }
Примеры
[C#]
if (shape.TextOrientationType == Aspose.Cells.TextOrientationType.NoRotation)
shape.TextOrientationType = Aspose.Cells.TextOrientationType.TopToBottom;
Смотрите также
- enum TextOrientationType
- class Shape
- пространство имен Aspose.Cells.Drawing
- сборка Aspose.Cells