GetGuide Document Query Command

GETGUIDE Document Queries

Gets the snap-to-guide settings for a master page side.

getguide [MASTERPAGE name]

stem/a Gets the guide info.

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

Results:

stem

snap/k The snap method: ALL|RANGE.

rangeh/d The horizontal range.

rangev/d The vertical range.

Examples:

getguide info
if info.snap='RANGE' then do
   say 'Snap horizontally within '||info.rangeh
   say 'Snap vertically within '||info.rangev
end

 

GetGuide  Command Definition  url:PGScmd/getguide
  created:2006-03-30 22:20:07   last updated:2006-03-30 22:20:07
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For GetGuide
Dan Kilroy wrote...2006-05-03 18:50:45

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

Gets the {...} .

GetGuide (guidearray/.SNAP<ALL|RANGE.RANGEH.RANGEV> [MASTERPAGE document:...-masterpage | DOCUMENT document | WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For GetGuide