Contains all characters in a Text Control document or part of the document.
TextCharCollection Introduced: X18.
| Method | Description |
|---|---|
| add | Inserts a character at the specified position using the specified font. |
| add |
Inserts a control character at the specified text input position. |
| element |
Returns the element at a specified index in the collection.
(Inherited from Collection) |
| for |
Executes a callback function for each element.
(Inherited from Collection) |
| get |
Gets the number of elements contained in the collection.
(Inherited from Collection) |
| get |
Gets a particular character from the collection specified through a certain geometrical position. |
| remove | Removes the character by number. |