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

(Global Index)

[ DEPRECATED ]

Syntax

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

Description

represents something that provides a DrawPage .

This interface is provided if the container only supports exactly one DrawPage . For containers which support multiple DrawPage s interface XDrawPagesSupplier is supported.

Method Summary

getDrawPage returns the DrawPage .

Method Details



getDrawPage

Syntax

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

Description

returns the DrawPage .

Top of Page