Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XDrawPageDuplicator

Base Interface
com::sun::star::uno::XInterface

Description
makes it possible to duplicate pages within the same document.


Known Services which Export this Interface

com::sun::star::drawing::DrawingDocument specifies a document which consists of multiple pages with drawings.

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
 
com::sun::star::drawing::XDrawPage
duplicate(
[ in ] com::sun::star::drawing::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