LibreOffice
LibreOffice 24.2 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. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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 |