GetGuides Document Query Command

GETGUIDES Document Queries

Gets the horizontal or vertical ruler guides for a master page side.

getguides [MPG name]

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
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])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For GetGuides