Contains all text frames of a Text Control document or part of the document.
TextFrameCollection Introduced: X18.
| Method | Description |
|---|---|
| add |
Creates and inserts a new text frame which is anchored to the specified text position. |
| add |
Inserts a new text frame which is anchored to the specified text position. |
| add |
Creates and inserts a new text frame which has a fixed geometrical position in the document. |
| add |
Inserts a new image which has a fixed geometrical position in the document. |
| add |
Inserts a text frame inline, which means that it is treated in the text like a single character. |
| add |
Inserts a text frame with the built-in mouse interface. |
| clear | Removes all objects from the collection and from the document.
(Inherited from Frame |
| element |
Returns the element at a specified index in the collection.
(Inherited from Frame |
| for |
Executes a callback function for each element.
(Inherited from Frame |
| get |
Gets the number of elements contained in the collection.
(Inherited from Frame |
| get |
Gets the text frame selected by the user or the text frame with the specified identifier. |
| get |
Gets the text frame with the specified name. |
| remove | Removes a text frame from a Text Control document. |