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

deprecated interface XDrawPageExpander
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

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
XDrawPages
expand( [in] 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