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

unpublished interface XUndoManagerSupplier
Usage Restrictions
not published
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