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

com :: sun :: star :: document ::

interface XRedlinesSupplier

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

Description
provides access to a container of the redline objects of the document.


Methods' Summary

getRedlines returns an enumeration access that provides access to the redline objects of the document.

Methods' Details

getRedlines
 
com::sun::star::container::XEnumerationAccess
getRedlines();
Description
returns an enumeration access that provides access to the redline objects of the document.

Top of Page