EvHTextAlignment Enumeration
The EvHTextAlignment TS enumeration defines the options for aligning given text horizontally. This is also known as text justification.
Center: "center";Words are centered on lines between the left and right margins.

Full: "full";On wide lines, words are evenly distributed between the left and right margins. On narrow lines, words are aligned with the left margin.

Left: "left";Words are aligned on lines with the left margin.

Right: "right";Words are aligned on lines with the right margin.

01 May 2025