:: 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
Methods' Summary
getDrawPages  
Methods' Details
getDrawPages
XDrawPages
getDrawPages();

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