The Sub
SubTextPartCollection Introduced: X18.
| Enumeration | Description |
|---|---|
| Add |
Specifies the result when a subtextpart has been added to the document. |
| Method | Description |
|---|---|
| add | Adds a new Sub |
| clear | Removes all subtextparts from a Text Control document. |
| 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 the subtextpart at the current text input position. |
| remove | Removes a subtextpart from the collection including all its nested subtextparts. |