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

interface XMasterPagesSupplier
Description
must be supported to provide access to the MasterPages 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