interface XDrawPageDuplicator in module com::sun::star::drawing::

(Global Index)

Syntax

interface XDrawPageDuplicator : com::sun::star::uno::XInterface ;

Description

makes it possible to duplicate pages within the same document.

Method Summary

duplicate creates a duplicate of a DrawPage or MasterPage , including the Shape s on that page and inserts it into the same model.

Known Services Which Export this Interface

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

Method Details



duplicate

Syntax

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