TextRotationType module

class TextRotationType.TextRotationType(value)

Bases: Enum

<summary>

Text Rotation types.

</summary>

Clockwise = 3
CounterClockwise = 2
LeftToRight = 0
TopToBottom = 1