Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XDrawPagesSupplier

Base Interface
com::sun::star::uno::XInterface

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


Known Services which Export this Interface

com::sun::star::drawing::DrawingDocument specifies a document which consists of multiple pages with drawings.

Methods' Summary

getDrawPages

Methods' Details

getDrawPages
 
com::sun::star::drawing::XDrawPages
getDrawPages();
Returns
an indexed container with the service DrawPages .

Top of Page