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

interface XDrawPagesSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XDrawPagesSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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
::com::sun::star::drawing::XDrawPages
getDrawPages();

Returns
an indexed container with the service ::com::sun::star::drawing::DrawPages .
Top of Page