AddGuides Document Command

Adds guide(s) to a master page.

addguides [type] <AT position> [MPG name]

type/k The guide axis. Options: HORIZONTAL | VERTICAL.

AT/d The position(s) of the guide(s) to add.

MPG/s The master page name and side.

Examples:
ARexx:

addguides vertical at 2.5 mpg left addguides horizontal at 2.5 3.5

 

AddGuides  Command Definition  url:PGScmd/addguides
  created:2006-03-29 17:47:08   last updated:2006-08-18 08:43:01
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For AddGuides
Dan Kilroy wrote...2006-05-03 18:57:22

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

Add the {...} .

AddGuides (<VERTICAL|HORIZONTAL|BOTH> [MPG document:...-masterpage:side | DOCUMENT document | WINDOW document-window] AT position1 position2 ...)


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For AddGuides