MoveToPage Object Command

MOVETOPAGE Object Commands

Move the selected object(s) to another page.

movetopage [stack] [FROM ]

PAGE/s The number of the page to move to.

MPG/s The master page name and side to move to.

WINDOW/s The window displaying the page to move to.

stack/k The stack position.

Options: INFRONT (default )| INBACK.

FROM Specifies the document or window of the object.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

OBJECTID/i The number of the object to manipulate.

Examples:

movetopage inback from document 'project.doc'

movetopage page 15

movetopage page 'Bill.letter~7'

 

MoveToPage  Command Definition  url:PGScmd/movetopage
  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 MoveToPage
Dan Kilroy wrote...2006-05-03 19:24:25

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

Move the {...} .

MoveToPage (<PAGE document:...-pagenum | MPG document:...-masterpage:side | DOCUMENT document | WINDOW document-window | OBJECTID id> [INFRONT | INBACK] [FROM <DOCUMENT document | WINDOW document-window | OBJECTID objectid>])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For MoveToPage