SelectMasterpage Document Command

SELECTMASTERPAGE

Select the master page for a page and set how to show its objects.

selectmasterpage [PAGE number] [stack] [status] [RIPPLE | TO number]

NAME/s The master page name to use for the page.

PAGE/s The number of the page to set.

Default=current.

stack/k The stack position.

Options: INFRONT | INBACK.

status/k The master page's objects' display status.

Options: SHOW | HIDE. Default=current.

RIPPLE Sets the master page for all following pages until the next page which has been specifically set.

TO/s Sets the master page for pages from PAGE to this page number.

Examples:

selectmasterpage name 'Default MPage' page 5 inback

selectmasterpage name '2 Column Layout' ripple

selectmasterpage 'Newsletter pages' page 3 to 9

 

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

User Contributed Comments For SelectMasterpage
Dan Kilroy wrote...2006-05-03 19:06:38

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

Select the {...} .

SelectMasterPage ([NAME masterpage] [INFRONT|INBACK] [SHOW|HIDE] [RIPPLE | TO pagenum] [PAGE document:...-pagenum | DOCUMENT document | WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SelectMasterpage