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

interface XDrawPagesSupplier
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