MasterPages Object
Publisher Developer Reference |
Represents the page master for a publication after which all pages in the publication will be designed. The MasterPages object is a collection of Page objects.
Example
Use the MasterPages property to return a MasterPages object. The following example adds two ruler guides to the master page so that each page in the active publication is divided into quarters.
Visual Basic for Applications |
---|
|
Use the Shapes property to work with AutoShapes and text boxes on the master page. This example adds a small red heart shape to the upper left corner of the master page that will appear on each page in the active publication.
Visual Basic for Applications |
---|
|
See Also