Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XDrawPageSummarizer

Base Interface
com::sun::star::uno::XInterface

[ DEPRECATED ]
Description
is implemented by documents that can create summaries of their DrawPage s.


Known Services which Export this Interface

com::sun::star::drawing::DrawPages provides access to a container of DrawPage s and makes it possible for you to manipulate them.

Methods' Summary

summarize creates a new DrawPage with a summary of all 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 DrawPage with a summary of all DrawPage s in the given collection.

Top of Page