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

deprecated interface XDrawPageSupplier
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 DrawPages interface XDrawPagesSupplier is supported.


Methods' Summary
getDrawPage returns the DrawPage.  
Methods' Details
getDrawPage
XDrawPage
getDrawPage();

Description
returns the DrawPage.
Top of Page