Endnotes

A collection of endnotes.

Methods:

[], anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

Endnote [] (index:Number)

Returns the Endnote with the specified index.

Parameter

Type

Description

index

Number

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

String

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

Number

The ID.

Endnote itemByName (name:String)

Returns the Endnote with the specified name.

Parameter

Type

Description

name

String

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

Endnote

LongInteger

String

The Endnote, index, or name at the beginning of the range. Can accept: Endnote, Long Integer or String.

to

Endnote

LongInteger

String

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

Endnote

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

Endnote

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