SetColumnDefaults System Command

SETCOLUMNDEFAULTS System Commands

Sets the default type of columns drawn.

setcolumndefaults [COLUMNS number] [GUTTER space] [fill] [SAVE]

COLUMNS/i The number of columns in the frame.

GUTTER/d The space between columns.

fill/k Sets the column fill type.

Options: OPAQUE Sets the fill to solid white. TRANSPARENT Sets the fill to none.

SAVE Saves to the PageStream3 Preferences file.

Examples:

setcolumndefaults columns 3 gutter 0.25 transparent ยจ
save

 

SetColumnDefaults  Command Definition  url:PGScmd/setcolumndefaults
  created:2006-03-31 10:52:54   last updated:2006-03-31 10:52:54
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SetColumnDefaults
Dan Kilroy wrote...2006-05-04 13:31:33

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

Gets the {...} .

SetColumnDefaults ([GUTTER columngutter] [TRANSPARENT | OPAQUE] [SAVE])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetColumnDefaults