TextWrappingType module

class TextWrappingType.TextWrappingType(value)

Bases: Enum

Enum class to specify text wrapping type for textbox.

Both = 0
Largest = 3
Left = 1
Right = 2