DisplayGuides Document Command

Changes the guide display status.

displayguides <status> [stack] [RULER status] [RULERCOLOR red green blue]

[PAGE status] [PAGECOLOR red green blue] [WINDOW name]

status/k The guides' display status. Options:

SHOW|HIDE|TOGGLE.

stack/k Specifies whether the guides is drawn on

top or below objects.

Options: INFRONT | INBACK (default).
RULER/k The ruler guides' display status.

Options: ON|OFF|TOGGLE.
RULERCOLOR/i The red, green and blue components of
the ruler guide color. Range: 0-255.
PAGE/k The page guides' display status.

Options: ON|OFF|TOGGLE.
PAGECOLOR/i The red, green and blue components of the page guide color. Range: 0-255.

WINDOW/s The window name. Default=current.

Examples:
ARexx:

displayguides show infront ruler on page toggle
displayguides page on pagecolor 255 100 0

 

DisplayGuides  Command Definition  url:PGScmd/displayguides
  created:2006-03-30 13:47:46   last updated:2006-08-18 11:31:59
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For DisplayGuides
Dan Kilroy wrote...2006-05-04 17:17:03

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

Gets the {...} .

DisplayGuides ([SHOW | HIDE | TOGGLE] [PAGE <ON | OFF | TOGGLE>] [RULER <ON | OFF | TOGGLE>] [WINDOW document-window])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For DisplayGuides