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

interface XMasterPagesSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XMasterPagesSupplier
Description
must be supported to provide access to the MasterPage s of a multi-page drawing-layer.

Methods' Summary
getMasterPages
Methods' Details
getMasterPages
XDrawPages
getMasterPages();
 
 

Returns
an indexed container with the service MasterPages .
Top of Page