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

(Global Index)

[ DEPRECATED ]

Syntax

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

Description

is implemented by documents that can expand the contents of a summary on a DrawPage into a collection of DrawPage s.

See also

XDrawPageSummarizer

Method Summary

expand creates a collection of DrawPage s from the summary inside the given DrawPage and adds them to the same model as the source DrawPage .

Known Services Which Export this Interface

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

Method Details



expand

Syntax

com::sun::star::drawing::XDrawPages expand (
com::sun::star::drawing::XDrawPage xPage );

Description

creates a collection of DrawPage s from the summary inside the given DrawPage and adds them to the same model as the source DrawPage .

Top of Page