SetGuide Document Command

SETGUIDE Document Commands

Sets how guides will snap for a master page.

setguide [SNAPALL | SNAPRANGE rangex rangey] [MASTERPAGE name]

SNAPALL Always snaps objects to the guides.

Default=current.

SNAPRANGE Snaps objects when within this range.

Default=current.

MASTERPAGE/s The master page name. Default=current.

Notes:

Guide position and strength are part of the master page description. The snap-to-guide toggle is part of the window settings.

Examples:

setguide snapall masterpage '2 Columns'

 

SetGuide  Command Definition  url:PGScmd/setguide
  created:2006-03-31 10:52:55   last updated:2006-03-31 10:52:55
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SetGuide
Dan Kilroy wrote...2006-05-03 18:50:30

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

Sets the {...} .

SetGuide ([SNAPALL|SNAPRANGE rangex rangey] [MASTERPAGE document:...-masterpage | DOCUMENT document | WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:

SetGuide('SnapRange', .25, .25)

ARexx:

Applescript:

User Contributed Comments For SetGuide