Skip to content

FieldTextAlignment🔗

TODO -- should not be table specific!

TODO docs

Definition🔗

class FieldTextAlignment(enum.StrEnum):
    """
    TODO -- should not be table specific!
    TODO docs
    """

    AUTO = "auto"
    LEFT = "left"
    RIGHT = "right"
    CENTER = "center"