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