Property | Type | Description | |
---|---|---|---|
operations | List |
Method | Description | |
---|---|---|
Add ( UndoOperation operation ) : void | ||
AtomicUndoOperation ( OperationType operationType = OperationType.Undefined ) : System | ||
Insert ( int index, UndoOperation operation ) : void | ||
Redo ( |
||
Undo ( |
public Add ( UndoOperation operation ) : void | ||
operation | UndoOperation | |
return | void |
public AtomicUndoOperation ( OperationType operationType = OperationType.Undefined ) : System | ||
operationType | OperationType | |
return | System |
public Insert ( int index, UndoOperation operation ) : void | ||
index | int | |
operation | UndoOperation | |
return | void |
public Redo ( |
||
doc | ||
fireEvent | bool | |
return | void |
public Undo ( |
||
doc | ||
fireEvent | bool | |
return | void |