:: 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 DrawPage s.

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

Description
creates a new DrawPage with a summary of all DrawPage s in the given collection.
Top of Page