interface XDrawPageSummarizer in module com::sun::star::drawing::

(Global Index)

[ DEPRECATED ]

Syntax

interface XDrawPageSummarizer : com::sun::star::uno::XInterface ;

Description

is implemented by documents that can create summaries of their DrawPage s.

Method Summary

summarize creates a new DrawPage with a summary of all DrawPage s in the given collection.

Known Services Which Export this Interface

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

Method Details



summarize

Syntax

com::sun::star::drawing::XDrawPage summarize (
com::sun::star::drawing::XDrawPages xPages );

Description

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

Top of Page