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

deprecated interface XDrawPageExpander
Usage Restrictions
deprecated
Description
is implemented by documents that can expand the contents of a summary on a DrawPage into a collection of DrawPages.
See also
XDrawPageSummarizer

Methods' Summary
expand creates a collection of DrawPages from the summary inside the given DrawPage and adds them to the same model as the source DrawPage.  
Methods' Details
expand
XDrawPages
expand( [in] XDrawPage  xPage );

Description
creates a collection of DrawPages from the summary inside the given DrawPage and adds them to the same model as the source DrawPage.
Top of Page