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

interface XRedlinesSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XRedlinesSupplier
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