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