evCreate API 5.7 Help

EvObjectAlignment Enumeration

The EvObjectAlignment TS enumeration defines the options for aligning and distributing given object items in the 2D document space on a page.

Bottom: "bottom";

To align the bottom edges of given object items along the bottom margin of the page or the bottom edge of the key object item.

Center: "center";

To align the centers of given object items along the center of the page or key object item.

CenterHorizontal: "center_horizontal";

To align the centers of given object items along the horizontal central axis of the page or key object item.

CenterVertical: "center_vertical";

To align the centers of given object items along the vertical central axis of the page or key object item.

DistributeHorizontalInside: "destribute_horizontal_inside";

To distribute given object items at an even horizontal distance between their edges.

DistributeVerticalInside: "destribute_vertical_inside";

To distribute given object items at an even vertical distance between their edges.

EdgeToEdgeHorizontal: "edge_to_edge_horizontal";

To align given object items edge-to-edge horizontally.

EdgeToEdgeVertical: "edge_to_edge_vertical";

To align given object items edge-to-edge vertically.

Left: "left";

To align the left edges of given object items along the left margin of the page or the left edge of the key object item.

Right: "right";

To align the right edges of given object items along the right margin of the page or the right edge of the key object item.

Top: "top";

To align the top edges of given object items along the top margin of the page or the top edge of the key object item.

25 March 2025