SetBoxDefaults System Command

SETBOXDEFAULTS System Commands

Sets the default radii for round cornered boxes.

setboxdefaults [type] [CORNER radius | ECORNER radiusx radiusy] [SAVE]

type/k Sets the corner type.

Options: NORMAL Square corners. Corner radii=0.
ROUND Outward rounded corners.
SCALLOP Inward rounded corners.
BEVEL Angled corners.
INSET Square insert corners.
CORNER/d The corner radius.
ECORNER/d The elliptical corner radius.
SAVE Saves to the PageStream Preferences file.

Examples:

setboxdefaults round corner 0.25 save

 

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

User Contributed Comments For SetBoxDefaults
Dan Kilroy wrote...2006-05-04 13:31:12

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

Gets the {...} .

SetBoxDefaults ([CORNER radius | ECORNER xradius yradius] [SAVE])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetBoxDefaults