CurrentMasterpagePath Document Query Command

Gets the full path of the master page of the current page. The path is: [document[:chapter[:subchapter]~]masterpage

currentmasterpagepath [DOCUMENT name | WINDOW name]

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name.

Results:

The path is returned to RESULT.

Examples:
ARexx:

currentmasterpagepath

 

CurrentMasterpagePath  Command Definition  url:PGScmd/currentmasterpagepath
  created:2006-03-30 10:07:13   last updated:2006-08-18 11:22:40
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For CurrentMasterpagePath
Dan Kilroy wrote...2006-05-03 18:37:05

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

Gets the {...} .

mppath = CurrentMasterPagePath ([MASTERPAGE document:...-masterpage | DOCUMENT document | WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For CurrentMasterpagePath