<< MergeSubPaths | MoveChapter >> |
Top: Documentation Library | Up: M Commands |
Move Object Command
MOVE Object Commands
Move selected object(s).
move [OFFSET movex movey] [snap] [what] [DOCUMENT name | WINDOW name | OBJECTID number]
OFFSET/d Overrides the default move offsets.
snap/k Specifies whether to snap the objects to the closest grid points after moving.
Options: SNAP | NOSNAP.
what/k Specifies what to move.
Options: ALL Moves the entire object.
Default.
FRAMEONLY Moves the frame only.
CONTENTONLY Moves the contents only.
DOCUMENT/s The document name. Default=current.
WINDOW/s The window name. Default=current.
OBJECTID/i The number of the object to manipulate.
Examples:
move offset 2.5 3.125 contentonly move offset 2.5 -3 snaptogrid document 'project.doc'
Move Command Definition url:PGScmd/move
created:2006-03-30 17:10:47 last updated:2006-03-30 17:10:47
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For Move | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-03 19:17:44 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. Move the {...} . Move ([OFFSET deltax deltay] [SNAP|NOSNAP] [ALL|FRAMEONLY|CONTENTONLY] [DOCUMENT document | WINDOW document-window | OBJECTID objectid])
ARexx: Applescript: | |
User Contributed Comments For Move | sign in to add a comment |
<< MergeSubPaths | MoveChapter >> |
Top: Documentation Library | Up: M Commands |