represents a single (undoable) action on a document
More...
import "XUndoAction.idl";
|
| void | undo () raises ( ::com::sun::star::document::UndoFailedException ) |
| | reverts the action represented by the instance More...
|
| |
| void | redo () raises ( ::com::sun::star::document::UndoFailedException ) |
| | repeats the action represented by the instance, after it had previously been reverted. More...
|
| |
|
| string | Title |
| | is the human-readable, localized description of the action. More...
|
| |
represents a single (undoable) action on a document
- Since
- OOo 3.4
repeats the action represented by the instance, after it had previously been reverted.
- Exceptions
-
| UndoFailedException | if repeating the action failed. In this case, the caller should assume that this is a permanent failure, and take appropriate action, such as discarding the XUndoAction instance, and any possibly depending instances. |
reverts the action represented by the instance
- Exceptions
-
| UndoFailedException | if reverting the action failed. In this case, the caller should assume that this is a permanent failure, and take appropriate action, such as discarding the XUndoAction instance, and any possibly depending instances. |
is the human-readable, localized description of the action.
The documentation for this interface was generated from the following file: