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

interface XDrawPageSummarizer
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XDrawPageSummarizer
[ 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