- 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:
- It is not linked to any other ::com::sun::star::drawing::MasterPage .
- It cannot be removed from a document as long as one or
more instances of ::com::sun::star::drawing::DrawPage are linked to it.
- Modifications to a ::com::sun::star::drawing::MasterPage are instantly visible on
every ::com::sun::star::drawing::DrawPage that is linked to it.
|