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

interface XDrawPageDuplicator
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XDrawPageDuplicator
Description
makes it possible to duplicate pages within the same document.
Developers Guide
9.3.1 Drawing Documents and Presentation Documents - Working with Drawing Documents - Drawing Document - Page Handling

Methods' Summary
duplicate creates a duplicate of a DrawPage or MasterPage , including the Shape s on that page and inserts it into the same model.
Methods' Details
duplicate
XDrawPage
duplicate(
 
[in] XDrawPage
 
xPage );

Description
creates a duplicate of a DrawPage or MasterPage , including the Shape s on that page and inserts it into the same model.
Parameter xPage
that is the source DrawPage or MasterPage that will be duplicated
Returns
a newly created DrawPage or MasterPage that as all properties and copies of all Shape s from the source page.
Top of Page