Endnotes
A collection of endnotes.
Go to Property Listing | Method Listing
Methods:
[], anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
Endnote [] (index:Number)
Returns the Endnote with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
Endnote anyItem ()
Returns any Endnote in the collection.
Number count ()
Displays the number of elements in the Endnote.
Endnote everyItem ()
Returns every Endnote in the collection.
Endnote firstItem ()
Returns the first Endnote in the collection.
Endnote item (index:Varies LongInteger String)
Returns the Endnote with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
Endnote itemByID (id:Number)
Returns the Endnote with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
Endnote itemByName (name:String)
Returns the Endnote with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
Endnote itemByRange (from:Varies Endnote LongInteger String, to:Varies Endnote LongInteger String)
Returns the Endnotes within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The Endnote, index, or name at the beginning of the range. Can accept: Endnote, Long Integer or String. |
to |
LongInteger |
The Endnote, index, or name at the end of the range. Can accept: Endnote, Long Integer or String. |
Endnote lastItem ()
Returns the last Endnote in the collection.
Endnote middleItem ()
Returns the middle Endnote in the collection.
Endnote nextItem (obj:Endnote)
Returns the Endnote whose index follows the specified Endnote in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The Endnote whose index comes before the desired Endnote. |
Endnote previousItem (obj:Endnote)
Returns the Endnote with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the Endnote that follows the desired Endnote. |
String toSource ()
Generates a string which, if executed, will return the Endnote.
Object of
Cell.endnotes
Table.endnotes
InsertionPoint.endnotes
Story.endnotes
XmlStory.endnotes