Contains all characters in a Text Control document or part of the document.

Syntax

TextCharCollection

Introduced: X18.

Methods

Method Description
add Inserts a character at the specified position using the specified font.
addControlChar Inserts a control character at the specified text input position.
elementAt Returns the element at a specified index in the collection.
(Inherited from Collection)
forEach Executes a callback function for each element.
(Inherited from Collection)
getCount Gets the number of elements contained in the collection.
(Inherited from Collection)
getItem Gets a particular character from the collection specified through a certain geometrical position.
remove Removes the character by number.