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
Number count()
Displays the number of elements in the TextPath.
TextPath item( Mixed index )
Returns the TextPath with the specified index or name.
Parameters
TextPath itemByName( String name )
Returns the TextPath with the specified name.
Parameters
TextPath itemByID( Number id )
Returns the TextPath with the specified ID.
Parameters
TextPath itemByRange( Mixed from, Mixed to )
Returns the TextPaths within the specified range.
Parameters
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
TextPath nextItem( TextPath obj )
Returns the TextPath whose index follows the specified TextPath in the collection.
Parameters
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.