:: 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
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