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

interface XDrawPageSummarizer
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XDrawPageSummarizer
::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 create summaries of their ::com::sun::star::drawing::DrawPage s.

Methods' Summary
summarize creates a new ::com::sun::star::drawing::DrawPage with a summary of all ::com::sun::star::drawing::DrawPage s in the given collection.  
Methods' Details
summarize
::com::sun::star::drawing::XDrawPage
summarize( [in] ::com::sun::star::drawing::XDrawPages  xPages );

Description
creates a new ::com::sun::star::drawing::DrawPage with a summary of all ::com::sun::star::drawing::DrawPage s in the given collection.
Top of Page