GetMasterpages Document Query Command

GETMASTERPAGES Document Queries

Gets the number of master pages in a document or chapter and their names.

getmasterpages [DOCUMENT name | CHAPTER name]

stem/a Gets the names of the master pages.

DOCUMENT/s The document name.

CHAPTER/s The chapter name.

Results:

The number of master pages in the document or chapter is returned to RESULT.

stem

0/i The name of the first master page.

1/i The name of the second master page.

etc.

Examples:

getmasterpages mpagenames

 

GetMasterpages  Command Definition  url:PGScmd/getmasterpages
  created:2006-03-30 22:20:07   last updated:2006-03-30 22:20:07
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For GetMasterpages
Dan Kilroy wrote...2006-05-03 18:35:47

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

Gets the {...} .

count = GetMasterPages (names/.0.1... [DOCUMENT document | CHAPTER document:... | WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For GetMasterpages