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

interface XDrawPageDuplicator
Description
makes it possible to duplicate pages within the same document.
Developers Guide
Drawings - Working with Drawing Documents - Page Handling

Methods' Summary
duplicate creates a duplicate of a DrawPage or MasterPage, including the Shapes 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 Shapes 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 Shapes from the source page.
Top of Page