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