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

interface XDrawPageSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XDrawPageSupplier
[ 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
XDrawPage
getDrawPage();
 
 

Description
returns the DrawPage .
Top of Page