Illustrator29
Collection of TextFrameItem

TextFrameItems

A collection of text frame items.

Properties

NameType AccessDescription
Int readonly Number of elements in the collection.
The readonly The object's container.
String readonly The class name of the object.

Methods

TextFrameItem

Create an area text frame item.

textPath PathItem The path item associated with the text frame.
orientation? TextOrientation The orientation of the text.
baseFrame? TextFrameItem The base text frame if it has one.
postFix? Boolean Whether to postfix/prefix the new text frame to the specified base text frame.
TextFrameItem

Get the first element in the collection with the provided name.

name String
TextFrameItem

Create an on-path text frame item.

textPath PathItem The path item associated with the text frame.
startTValue? Number The start position of text along a path, as a value relative to the path's segments (path text only)
endTValue? Number The end position of text along a path, as a value relative to the path's segments (path text only)
orientation? TextOrientation The orientation of the text.
baseFrame? TextFrameItem The base text frame if it has one.
postFix? Boolean Whether to postfix/prefix the new text frame to the specified base text frame.
TextFrameItem

Create a point text frame item.

anchor Point The position (coordinates) of the anchor point.
orientation? TextOrientation The orientation of the text.
void

Deletes all elements.

Object of 4

Properties elsewhere that hold a TextFrameItems.