SetDimensions Document Command

SETDIMENSIONS Document Commands

Change the dimensions of a master page in a document or chapter.

setdimensions [orientation] [sides] [spread] [SAVE] [MASTERPAGE name]

width The master page width.

height The master page height.

orientation/k The orientation: PORTRAIT | LANDSCAPE.

sides/k The number of sides: SINGLE | DOUBLE.

spread/k The facing pages setting: FACING | INDIVIDUAL.

SAVE Saves to the PageStream3 Preferences file.

MASTERPAGE/s The master page name. Default=current.

Examples:

setdimensions 8.5 14 portrait double

setdimensions 17 11 masterpage 'Ledger Sheet'

 

SetDimensions  Command Definition  url:PGScmd/setdimensions
  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 SetDimensions
Dan Kilroy wrote...2006-05-03 18:41:39

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

Sets the {...} .

SetDimensions (pagew pageh [PORTRAIT | LANDSCAPE] [SINGLE | DOUBLE] [FACING | INDIVIDUAL] [SAVE] [MASTERPAGE document:...-masterpage | DOCUMENT document | WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetDimensions