interface XMasterPagesSupplier in module com::sun::star::drawing::

(Global Index)

Syntax

interface XMasterPagesSupplier : com::sun::star::uno::XInterface ;

Description

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

Method Summary

getMasterPages

Known Services Which Export this Interface

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

Method Details



getMasterPages

Syntax

com::sun::star::drawing::XDrawPages getMasterPages ();

Returns

an indexed container with the service MasterPages .
Top of Page