TextWrappingStyle module

class TextWrappingStyle.TextWrappingStyle(value)

Bases: Enum

Enum class to specify text wrapping style for an object.

Behind = 6
InFrontOfText = 3
Inline = 0
Square = 2
Through = 5
Tight = 4
TopAndBottom = 1
none = -1