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

unpublished interface XUndoManagerSupplier
Usage Restrictions
not published
Description
provides access to an XUndoManager.
Since
OpenOffice 3.4

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