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

interface XRedlinesSupplier
Description
provides access to a container of the redline objects of the document.
Developers Guide
Text - Redline

Methods' Summary
getRedlines  
Methods' Details
getRedlines
::com::sun::star::container::XEnumerationAccess
getRedlines();

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

The returned objects implent at least the interface ::com::sun::star::beans::XPropertySet. Specific objects may support other interfaces as well.

Top of Page