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