evCreate API 5.7 Help

EvVTextAlignment Enumeration

The EvVTextAlignment TS enumeration defines the options for aligning given text vertically.

Bottom: "bottom";

Lines are aligned with the bottom margin.

EvVTextAlignment.Bottom aligns the text with the bottom margin

Center: "center";

Lines are centered between the top and bottom margins.

EvVTextAlignment.Center aligns the text with the vertical line in the middle 
between the left and right margins

Full: "full";

Lines are evenly distributed between the top and bottom margins.

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

Top: "top";

Lines are aligned with the top margin.

EvVTextAlignment.Top aligns the text with the bottom margin

01 May 2025