Inserts a control character at the specified text input position.
<void> TextCharCollection.addControlChar(<ControlChars> controlChar, <number> textPosition, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| control |
Specifies a control character to insert. |
| text |
Specifies a text input position. The first input position in a document is 0. |
| callback | Optional. Receives whether the character is succesfully inserted. |
| error |
Optional. Is called when the operation failed with an error. |