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
|
The way the objects need to be aligned. Valid Values: |
Value Returned
Example
Aligns the selected objects to the left edge of the selection set.
leAlign(“left”)
Return to top