StylePalette System Command

STYLEPALETTE System Commands

Displays the style tag palette.

stylepalette [status] [AT x y] [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 PageStream3 Preferences file.

Notes:

TOGGLE may not be used in conjunction with SAVE.

Examples:

stylepalette toggle

stylepalette show at 500 300 size 180 172 save

stylepalette hide

 

StylePalette  Command Definition  url:PGScmd/stylepalette
  created:2006-03-31 10:53:01   last updated:2006-03-31 10:53:01
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For StylePalette
Dan Kilroy wrote...2006-05-04 13:43:26

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

Gets the {...} .

StylePalette ([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 StylePalette