EndnoteRanges

A collection of endnote text ranges.

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

EndnoteRange [] (index:Number)

Returns the EndnoteRange with the specified index.

Parameter

Type

Description

index

Number

The index.

EndnoteRange anyItem ()

Returns any EndnoteRange in the collection.

Number count ()

Displays the number of elements in the EndnoteRange.

EndnoteRange everyItem ()

Returns every EndnoteRange in the collection.

EndnoteRange firstItem ()

Returns the first EndnoteRange in the collection.

EndnoteRange item (index:Varies LongInteger String)

Returns the EndnoteRange with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

EndnoteRange itemByID (id:Number)

Returns the EndnoteRange with the specified ID.

Parameter

Type

Description

id

Number

The ID.

EndnoteRange itemByName (name:String)

Returns the EndnoteRange with the specified name.

Parameter

Type

Description

name

String

The name.

EndnoteRange itemByRange (from:Varies EndnoteRange LongInteger String, to:Varies EndnoteRange LongInteger String)

Returns the EndnoteRanges within the specified range.

Parameter

Type

Description

from

EndnoteRange

LongInteger

String

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

to

EndnoteRange

LongInteger

String

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

EndnoteRange lastItem ()

Returns the last EndnoteRange in the collection.

EndnoteRange middleItem ()

Returns the middle EndnoteRange in the collection.

EndnoteRange nextItem (obj:EndnoteRange)

Returns the EndnoteRange whose index follows the specified EndnoteRange in the collection.

Parameter

Type

Description

obj

EndnoteRange

The EndnoteRange whose index comes before the desired EndnoteRange.

EndnoteRange previousItem (obj:EndnoteRange)

Returns the EndnoteRange with the index previous to the specified index.

Parameter

Type

Description

obj

EndnoteRange

The index of the EndnoteRange that follows the desired EndnoteRange.

String toSource ()

Generates a string which, if executed, will return the EndnoteRange.

Object of

Text.endnoteRanges

Character.endnoteRanges

Word.endnoteRanges

Line.endnoteRanges

TextColumn.endnoteRanges

Paragraph.endnoteRanges

TextStyleRange.endnoteRanges

InsertionPoint.endnoteRanges

Story.endnoteRanges

XmlStory.endnoteRanges