DeleteMasterpage Document Command

Delete an existing master page in a document or chapter.

deletemasterpage [MASTERPAGE name]

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

Examples:
ARexx:

deletemasterpage 'Two Column Master Page'

 

DeleteMasterpage  Command Definition  url:PGScmd/deletemasterpage
  created:2006-03-30 13:47:45   last updated:2006-08-18 11:28:14
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For DeleteMasterpage
Dan Kilroy wrote...2006-05-03 18:39:00

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

Delete the {...} .

DeleteMasterPage ([MASTERPAGE document:...-masterpage | DOCUMENT document | WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For DeleteMasterpage