service MasterPage in module com::sun::star::drawing::

(Global Index)

Syntax

service MasterPage;

Description

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

It serves as a background page for zero or more DrawPage s. 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

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

Description

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


Top of Page