:: 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 ::com::sun::star::drawing::DrawPage .

This interface is provided if the container only supports exactly one ::com::sun::star::drawing::DrawPage . For containers which support multiple ::com::sun::star::drawing::DrawPage s interface ::com::sun::star::drawing::XDrawPagesSupplier is supported.


Methods' Summary
getDrawPage returns the ::com::sun::star::drawing::DrawPage .  
Methods' Details
getDrawPage
::com::sun::star::drawing::XDrawPage
getDrawPage();

Description
returns the ::com::sun::star::drawing::DrawPage .
Top of Page