interface XHandoutMasterSupplier in module com::sun::star::presentation::

(Global Index)

Syntax

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

Description

returns the handout master page for this document

Method Summary

getHandoutMasterPage returns the DrawPage .

Method Details



getHandoutMasterPage

Syntax

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

Description

returns the DrawPage .

Top of Page