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

interface XDrawPageSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XDrawPageSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
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