PMasterItems

Displays or hides all text and graphics from the master page or pages on the current page.


Command constructor

PMasterItems(PMBool bState);
false to hide master items
true to display master items
No effect on nonprinting guides or rulers. Nonprinting ruler and column guides are not affected by setting MasterItems on or off. Use PMasterGuides to reset the column and ruler guides to match those on the master page or pages.

Layout view only. Use the PMasterItems command only in layout view.

Example. The following example displays all text and graphics from the master pages on the current page. It first checks the status with the PGetMasterItems query.

PGetMasterItems isShowing;
if (isShowing == false) PMasterItems(true);


See also

Adobe PageMaker 6.5 Help > Commands > Layout > Display Master Items


Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support