TXTextControl.TextFrameCollection Object

The type of the textFrames property. The TextFrameCollection object provides methods which allow adding text frames into the document.

Syntax

[JavaScript]
TXTextControl.TextFrameCollection

Methods

Method Description
addAnchored Inserts a new text frame which is anchored to the specified text position.
addAnchoredAtLocation Inserts a new text frame which is anchored to the specified text position.
addAtFixedPosition Inserts a new text frame which has a fixed geometrical position in the document.
addInline Inserts a text frame inline, which means that it is treated in the text like a single character.
addWithMouse Inserts a text frame with the built-in mouse interface.