PPageMargins

Sets the page margins of the Document Master master page.


Command constructor

PPageMargins(long xInside, long yTop, long xOutside, long yBottom, PMBool bHiddenLayers);
long xInside;
Inside margin (or left margin for single-sided publications) in twips
long yTop;
Top margin in twips
long xOutside;
Outside margin (or right margin for single-sided publications) in twips
long yBottom;
Bottom margin in twips
PMBool bHiddenLayers;
true include TOC items from hidden layers
false do not include items from hidden layers.
Layout view only. Use this command only in layout view.

Example. The following example:

PNew(5);
PPageSize(twips("8.5i"), twips("11i"));
PPageOptions(1, 1);
PPageMargins(twips("1i"), twips(".5i"), twips(".75i"), twips(".5i"), false);
PPageNumbers(1, -2, true, arabic, "I-");


See also

The PColumnGuides, PDefineMasterPage, PNew, PPageOptions, and PPageSize commands

The PGetPageMargins query

Adobe PageMaker 6.5 Help > Commands > File > Document Setup


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

Comments or suggestions? Contact Adobe Developer Support