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

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

interface XDrawPageSupplier

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

[ DEPRECATED ]
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.



Methods' Summary

getDrawPage returns the DrawPage .

Methods' Details

getDrawPage
 
com::sun::star::drawing::XDrawPage
getDrawPage();
Description
returns the DrawPage .

Top of Page