:: 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 ::com::sun::star::drawing::MasterPage s of a multi-page drawing-layer.

Methods' Summary
getMasterPages  
Methods' Details
getMasterPages
::com::sun::star::drawing::XDrawPages
getMasterPages();

Returns
an indexed container with the service ::com::sun::star::drawing::MasterPages .
Top of Page