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

interface XMasterPageTarget
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XMasterPageTarget
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
is implemented by objects that can be linked to a ::com::sun::star::drawing::MasterPage .
See also
::com::sun::star::drawing::DrawPage

Methods' Summary
getMasterPage  
setMasterPage links a ::com::sun::star::drawing::MasterPage to this object.  
Methods' Details
getMasterPage
::com::sun::star::drawing::XDrawPage
getMasterPage();

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

Description
links a ::com::sun::star::drawing::MasterPage to this object.
Parameter xMasterPage
the ::com::sun::star::drawing::MasterPage that is linked to this object
Top of Page