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

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

interface XDrawPageExpander

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

[ DEPRECATED ]
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


Known Services which Export this Interface

com::sun::star::drawing::DrawPages provides access to a container of DrawPage s and makes it possible for you to manipulate them.

Methods' 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 .

Methods' Details

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