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

interface XMasterPageTarget
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XMasterPageTarget
Description
is implemented by objects that can be linked to a MasterPage .
See also
DrawPage

Methods' Summary
getMasterPage
setMasterPage links a MasterPage to this object.
Methods' Details
getMasterPage
XDrawPage
getMasterPage();
 
 

Returns
the MasterPage linked to this object.
setMasterPage
void
setMasterPage(
 
[in] XDrawPage
 
xMasterPage );

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