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

(Global Index)

Syntax

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

Description

is implemented by objects that can be linked to a MasterPage .

See also

DrawPage

Method Summary

getMasterPage

setMasterPage links a MasterPage to this object.

Known Services Which Export this Interface

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

Method Details



getMasterPage

Syntax

com::sun::star::drawing::XDrawPage getMasterPage ();

Returns

the MasterPage linked to this object.

setMasterPage

Syntax

void setMasterPage (
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