Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leAlign

leAlign(
t_alignment
)
=> t / nil

Description

Aligns the objects in the selection set. The objects are aligned to the left, right, top, or bottom edge of the selection box or along the center of the selection box in the vertical or horizontal direction.

Arguments

t_alignment

The way the objects need to be aligned. Valid Values: left, right, top, bottom, vertical, horizontal

Value Returned

t

The command executed successfully.

nil

The command did not execute successfully.

Example

Aligns the selected objects to the left edge of the selection set.

leAlign(“left”)


Return to top
 ⠀
X