<< MoveMasterpage | MovePoint >> |
Top: Documentation Library | Up: M Commands |
MovePage Document Command
MOVEPAGE Document Commands
Moves page(s) in a document or chapter.
movepage [PAGE number | DOCUMENT name | WINDOW name]
[TO number]
PAGE/s The number of the first page to move.
Default=current.
DOCUMENT/s The document name. Default=current.
WINDOW/s The window name. Default=current.
TO/s The number of the last page to move.
BEFORE/i The page before which to insert the page.
AFTER/i The page after which to insert the page.
INSPREAD/k How to insert the pages: DEFAULT(default) | HORIZONTAL | VERTICAL.
Notes:
You cannot move a page outside of its chapter or document.
Examples:
movepage page 5 to 8 before 17 movepage page 6 to 7 after 5 inspread horizontal
MovePage Command Definition url:PGScmd/movepage
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 MovePage | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-03 19:05:37 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. Move the {...} . MovePage ([PAGE document:...-pagenum | DOCUMENT document | WINDOW document-window] [TO pagenum] < BEFORE document:...-pagenum | AFTER document:...-pagenum> [INSPREAD [DEFAULT | HORIZONTAL | VERTICAL]])
ARexx: Applescript: | |
User Contributed Comments For MovePage | sign in to add a comment |
<< MoveMasterpage | MovePoint >> |
Top: Documentation Library | Up: M Commands |