Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XMasterPageTarget

Base Interface
com::sun::star::uno::XInterface

Description
is implemented by objects that can be linked to a MasterPage .
See also
DrawPage


Known Services which Export this Interface

com::sun::star::drawing::DrawPage This service specifies a page for the actual draw pages to contain the drawings.

Methods' Summary

getMasterPage
setMasterPage links a MasterPage to this object.

Methods' Details

getMasterPage
 
com::sun::star::drawing::XDrawPage
getMasterPage();
Returns
the MasterPage linked to this object.
setMasterPage
 
void
setMasterPage(
[ in ] com::sun::star::drawing::XDrawPage xMasterPage );

Description
links a MasterPage to this object.
Parameter xMasterPage
the MasterPage that is linked to this object

Top of Page