<< AlertRequester | AllocArexxList >> |
Top: Documentation Library | Up: A Commands |
Align Object Command
Aligns objects to each other, to the page or to a point.
align <horizontal] [vertical | [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 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 | sign in to add a comment |
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])
ARexx: Applescript: | |
User Contributed Comments For Align | sign in to add a comment |
<< AlertRequester | AllocArexxList >> |
Top: Documentation Library | Up: A Commands |