:: com :: sun :: star :: drawing ::

service MasterPage
Description
This service is a single master page inside a drawing document.

It serves as a background page for zero or more DrawPages. Since this service is derived from the service GenericDrawPage, it can be used as a draw page with three differences:

  1. It is not linked to any other MasterPage.
  2. It cannot be removed from a document as long as one or more instances of DrawPage are linked to it.
  3. Modifications to a MasterPage are instantly visible on every DrawPage that is linked to it.

Included Services - Summary
GenericDrawPage

This service describes the base functionality that every draw/master page has.

Included Services - Details
GenericDrawPage
Description
This service describes the base functionality that every draw/master page has.

 
Top of Page