:: 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 ::com::sun::star::drawing::DrawPage into a collection of ::com::sun::star::drawing::DrawPage s.
See also
::com::sun::star::drawing::XDrawPageSummarizer

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

Description
creates a collection of ::com::sun::star::drawing::DrawPage s from the summary inside the given ::com::sun::star::drawing::DrawPage and adds them to the same model as the source ::com::sun::star::drawing::DrawPage .
Top of Page