RowAlignment module

class RowAlignment.RowAlignment(value)

Bases: Enum

Enum class for specifying the type of horizontal alignment.

Center = 1
Left = 0
Right = 2