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

interface XDrawPageExpander
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XDrawPageExpander
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
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

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