Align Object Command

Aligns objects to each other, to the page or to a point.

align <horizontal] [verticalAdd Page | [AT pointx pointy | AT pointx | AT pointy | OFPAGE]>

[DOCUMENT name | WINDOW name | OBJECTID number]

horizontal/k Aligns horizontally to a vertical axis.

Options: LEFT|CENTER|RIGHT.

vertical/k Aligns vertically to a horizontal axix.

Options: TOP|MIDDLE|BOTTOM.

AT/d Aligns to horizontal and/or vertical axes.

OFPAGE Aligns to the page.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

OBJECTID/i The number of the object to manipulate.

Examples:
ARexx:

align center at 5.5 document 'project.doc' align left top align at 5.5 6.5

 

Align  Command Definition  url:PGScmd/align
  created:2006-03-29 17:47:08   last updated:2006-08-18 11:06:42
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For Align
Dan Kilroy wrote...2006-05-03 19:19:57

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Aligns the {...} .

Align ([LEFT|CENTER|RIGHT] [TOP|MIDDLE|BOTTOM] [OFPAGE] [AT <x y> | x | y] [DOCUMENT document | WINDOW document-window | OBJECTID objectid])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For Align