<< GetGuideDisplay | GetGuideSnap >> |
Top: Documentation Library | Up: G Commands |
GetGuides Document Query Command
GETGUIDES Document Queries
Gets the horizontal or vertical ruler guides for a master page side.
getguides
stem/a Gets the guide info.
type/k The guide axis. Options: HORIZONTAL|VERTICAL.
MPG/s is the master page name. Default=current.
Results:
The number of guides is returned to RESULT.
stem
0/i The position of the first guide.
1/i The position of the second guide.
etc.
Examples:
getguides info vertical say 'There are '||result||' vertical guides.'
GetGuides Command Definition url:PGScmd/getguides
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 GetGuides | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-03 18:51:24 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. Gets the {...} . count = GetGuides (values/.0.1... <VERTICAL|HORIZONTAL> [MPG document:...-masterpage:side | DOCUMENT document | WINDOW document-window])
ARexx: Applescript: | |
User Contributed Comments For GetGuides | sign in to add a comment |
<< GetGuideDisplay | GetGuideSnap >> |
Top: Documentation Library | Up: G Commands |