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

interface XDrawPagesSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XDrawPagesSupplier
Description
must be supported to provide access to a multi-page drawing-layer.
Developers Guide
10.2.1 Charts - Handling Chart Documents - Creating Charts - Creating a Chart OLE Object in Draw and Impress

Methods' Summary
getDrawPages
Methods' Details
getDrawPages
XDrawPages
getDrawPages();
 
 

Returns
an indexed container with the service DrawPages .
Top of Page