Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XMasterPagesSupplier

Base Interface
com::sun::star::uno::XInterface

Description
must be supported to provide access to the MasterPage s of a multi-page drawing-layer.


Known Services which Export this Interface

com::sun::star::drawing::DrawingDocument specifies a document which consists of multiple pages with drawings.

Methods' Summary

getMasterPages

Methods' Details

getMasterPages
 
com::sun::star::drawing::XDrawPages
getMasterPages();
Returns
an indexed container with the service MasterPages .

Top of Page