Shape.TextOrientationType
Shape.TextOrientationType property
Gets and sets the text orientation type of the shape.
public TextOrientationType TextOrientationType { get; set; }
Examples
[C#]
if (shape.TextOrientationType == Aspose.Cells.TextOrientationType.NoRotation)
shape.TextOrientationType = Aspose.Cells.TextOrientationType.TopToBottom;
See Also
- enum TextOrientationType
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells