Footnotes
A collection of footnotes.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the Footnote.
Footnote add( LocationOptions at, Mixed reference, Object withProperties )
Creates a new footnote.
Parameters
Type Name Description 
Footnote item( Mixed index )
Returns the Footnote with the specified index or name.
Parameters
Type Name Description 
Footnote itemByName( String name )
Returns the Footnote with the specified name.
Parameters
Type Name Description 
Footnote itemByID( Number id )
Returns the Footnote with the specified ID.
Parameters
Type Name Description 
Footnote itemByRange( Mixed from, Mixed to )
Returns the Footnotes within the specified range.
Parameters
Type Name Description 
Footnote firstItem()
Returns the first Footnote in the collection.
Footnote lastItem()
Returns the last Footnote in the collection.
Footnote middleItem()
Returns the middle Footnote in the collection.
Footnote previousItem( Footnote obj )
Returns the Footnote with the index previous to the specified index.
Parameters
Type Name Description 
Footnote nextItem( Footnote obj )
Returns the Footnote whose index follows the specified Footnote in the collection.
Parameters
Type Name Description 
Footnote anyItem()
Returns any Footnote in the collection.
Footnote everyItem()
Returns every Footnote in the collection.
String toSource()
Generates a string which, if executed, will return the Footnote.
Footnote []( Number index )
Returns the Footnote with the specified index.
Parameters
Type Name Description