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

interface XRedlinesSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XRedlinesSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides access to a container of the redline objects of the document.
Developers Guide
7.3.11 Text Documents - Working with Text Documents - 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.
Top of Page