Name | Description | |
---|---|---|
ClearCommands | Overloaded. Clears all undoable and redoable commands. | |
CreateCommandClear | Creates an instance of the default clear command. | |
CreateCommandClearContents | Creates an instance of the default clear contents command. | |
CreateCommandClearFormats | Creates an instance of the default clear formats command. | |
CreateCommandCopy | Creates an instance of the default copy command. | |
CreateCommandCut | Creates an instance of the default cut command. | |
CreateCommandDelete | Overloaded. Creates an instance of the default delete command. | |
CreateCommandInsert | Overloaded. Creates an instance of the default insert command. | |
CreateCommandPaste | Creates an instance of the default paste command. | |
CreateCommandPasteSpecial | Creates an instance of the default paste special command. | |
CreateCommandPrint | Overloaded. Creates an instance of the default print command. | |
Execute | Executes the specified command by calling the command's Execute method. | |
Redo | Redoes the last undone command by calling the command's Execute method. | |
Undo | Undo the last executed command by calling the command's Undo method. |