TextFrames
A collection of text frames.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the TextFrame.
TextFrame add( Layer layer, LocationOptions at, Mixed reference, Object withProperties )
Creates a new TextFrame
Parameters
TextFrame item( Mixed index )
Returns the TextFrame with the specified index or name.
Parameters
TextFrame itemByName( String name )
Returns the TextFrame with the specified name.
Parameters
TextFrame itemByID( Number id )
Returns the TextFrame with the specified ID.
Parameters
TextFrame itemByRange( Mixed from, Mixed to )
Returns the TextFrames within the specified range.
Parameters
TextFrame firstItem()
Returns the first TextFrame in the collection.
TextFrame lastItem()
Returns the last TextFrame in the collection.
TextFrame middleItem()
Returns the middle TextFrame in the collection.
TextFrame previousItem( TextFrame obj )
Returns the TextFrame with the index previous to the specified index.
Parameters
TextFrame nextItem( TextFrame obj )
Returns the TextFrame whose index follows the specified TextFrame in the collection.
Parameters
TextFrame anyItem()
Returns any TextFrame in the collection.
TextFrame everyItem()
Returns every TextFrame in the collection.
String toSource()
Generates a string which, if executed, will return the TextFrame.
TextFrame []( Number index )
Returns the TextFrame with the specified index.