:: 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 ::com::sun::star::drawing::DrawPage s. Since this service is derived from the service ::com::sun::star::drawing::GenericDrawPage , it can be used as a draw page with three differences:

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

Included Services
::com::sun::star::drawing::GenericDrawPage
Description
This service describes the base functionality that every draw/master page has.

 
Top of Page