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

(Global Index)

Syntax

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

Description

must be supported to provide access to a multi-page drawing-layer.

Method Summary

getDrawPages

Known Services Which Export this Interface

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

Method Details



getDrawPages

Syntax

com::sun::star::drawing::XDrawPages getDrawPages ();

Returns

an indexed container with the service DrawPages .
Top of Page