| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
makes it possible to duplicate pages within the same document. More...
import "XDrawPageDuplicator.idl";
 
  
| Public Member Functions | |
| com::sun::star::drawing::XDrawPage | duplicate ([in] com::sun::star::drawing::XDrawPage xPage) | 
| creates a duplicate of a DrawPage or MasterPage, including the Shapes on that page and inserts it into the same model. | |
| 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. | |
makes it possible to duplicate pages within the same document.
| com::sun::star::drawing::XDrawPage duplicate | ( | [in] com::sun::star::drawing::XDrawPage | xPage | ) | 
creates a duplicate of a DrawPage or MasterPage, including the Shapes on that page and inserts it into the same model.
| xPage | that is the source DrawPage or MasterPage that will be duplicated |