evCreate API 5.7 Help

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.

EvHTextAlignment.Center aligns the text with the vertical axis in the middle 
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.

EvHTextAlignment.Full distributes the text evenly between the left and right margins

Left: "left";

Words are aligned on lines with the left margin.

EvHTextAlignment.Left aligns the text with the left margin

Right: "right";

Words are aligned on lines with the right margin.

EvHTextAlignment.Right aligns the text with the right margin

01 May 2025