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

interface XDrawPageExpander

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