DocumentPalette System Command

Displays the document palette.

documentpalette [status] [AT pointx pointy] [SIZE width height] [COLLAPSED state] [SAVE]

status/k The palette's display status.

Options: SHOW|HIDE|TOGGLE.

AT/i The palette position in pixels.

SIZE/i The palette size in pixels.

COLLAPSED/k The collapsed state of the palette.

Options: ON|OFF.

SAVE Saves the palette settings to the PageStream Preferences file.

Notes:

TOGGLE may not be used in conjunction with SAVE.

Examples:
ARexx:

documentpalette toggle
documentpalette show at 100 200 size 400 200 save
documentpalette hide

 

DocumentPalette  Command Definition  url:PGScmd/documentpalette
  created:2006-03-30 13:47:47   last updated:2006-08-18 11:38:16
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For DocumentPalette
Dan Kilroy wrote...2006-05-04 15:03:28

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

Gets the {...} .

DocumentPalette ([SHOW | HIDE | TOGGLE] [AT x y] [SIZE width height] [COLLAPSED <ON | OFF | TOGGLE>] [SAVE])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For DocumentPalette