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

interface XMasterPagesSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XMasterPagesSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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