Aspose::Cells::TextOrientationType enum

TextOrientationType enum

Enumerates text orientation types.

enum class TextOrientationType

Values

NameValueDescription
ClockWise0
Rotates text with 90 degrees clockwise.
CounterClockWise1
Rotates text with 90 degrees counterclockwise.
NoRotation2
Represents the default value.
TopToBottom3
Displays text from top to bottom of the cell. Stacked text.

See Also