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

interface XDrawPageDuplicator
Description
makes it possible to duplicate pages within the same document.
Developers Guide
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