interface XRedlinesSupplier in module com::sun::star::document::

(Global Index)

Syntax

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

Description

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

Method Summary

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

Method Details



getRedlines

Syntax

com::sun::star::container::XEnumerationAccess getRedlines ();

Description

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

Top of Page