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

interface XUndoManagerSupplier
Description
provides access to an XUndoManager.

Methods' Summary
getUndoManager returns the Undo manager associated with the component.  
Methods' Details
getUndoManager
XUndoManager
getUndoManager();

Description
returns the Undo manager associated with the component.
Top of Page