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

deprecated interface XDrawPageSummarizer
Usage Restrictions
deprecated
Description
is implemented by documents that can create summaries of their DrawPages.

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

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