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