Aspose::Cells::TextOrientationType enum
TextOrientationType enum
Enumerates text orientation types.
enum class TextOrientationType
Values
Name | Value | Description |
---|---|---|
ClockWise | 0 | Rotates text with 90 degrees clockwise. |
CounterClockWise | 1 | Rotates text with 90 degrees counterclockwise. |
NoRotation | 2 | Represents the default value. |
TopToBottom | 3 | Displays text from top to bottom of the cell. Stacked text. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++