| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
represents something that provides a DrawPage. More...
import "XDrawPageSupplier.idl";
 
  
| Public Member Functions | |
| com::sun::star::drawing::XDrawPage | getDrawPage () | 
| returns the DrawPage. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
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.
| com::sun::star::drawing::XDrawPage getDrawPage | ( | ) | 
returns the DrawPage.