Property | Type | Description | |
---|---|---|---|
InsertedText | string |
Method | Description | |
---|---|---|
Clone ( ) : |
||
Execute ( ) : void |
Execute operation
|
|
InsertTextCommand ( TextSource ts, string insertedText ) : System |
Constructor
|
|
Undo ( ) : void |
Undo operation
|
Method | Description | |
---|---|---|
InsertText ( string insertedText, TextSource ts ) : void |
public InsertTextCommand ( TextSource ts, string insertedText ) : System | ||
ts | TextSource | |
insertedText | string | Text for inserting |
return | System |