Enum representing the different horizontal text alignments

Enumeration Members

Enumeration Members

Center: "center"

The text is centered.

End: "end"

The text is aligned at the normal end of the line (right-aligned for left-to-right locales, left-aligned for right-to-left locales).

Left: "left"

The text is left-aligned.

Right: "right"

The text is right-aligned.

Start: "start"

The text is aligned at the normal start of the line (left-aligned for left-to-right locales, right-aligned for right-to-left locales).