MakePageSpread Document Command

MAKEPAGESPREAD Document Commands

Creates a page spread of two or more pages.

makepagespread [PAGE number | DOCUMENT name | WINDOW name] [TO number] [INSPREAD [type]]

PAGE/s The number of the first page in the spread. Default=current.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

TO/s The number of the last page in the spread.

INSPREAD/k How to insert the pages: HORIZONTAL | VERTICAL.

Notes:

If any of the pages specified are already part of a spread, that spread will be dissolved automatically. To dissolve a page spread, leave out the TO parameter.

Examples:

/* create page spread */
makepagespread page 1 to 3 vertical

/* dissolve page spread */
makepagespread page 1

 

MakePageSpread  Command Definition  url:PGScmd/makepagespread
  created:2006-03-30 17:10:47   last updated:2006-03-30 17:10:47
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For MakePageSpread
Dan Kilroy wrote...2006-05-03 19:05:53

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

Makes a {...} .

MakePageSpread ([PAGE document:...-pagenum | DOCUMENT document | WINDOW document-window] [TO pagenumber] [DEFAULT | HORIZONTAL | VERTICAL])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For MakePageSpread