InDesign2026
API 21.5.1.73
Collection of EndnoteRange

EndnoteRanges

A collection of endnote text ranges.

Properties

NameType AccessDescription
Number readonly The number of objects in the collection.

Methods

EndnoteRange

Returns the EndnoteRange with the specified index.

index Number The index.
EndnoteRange

Returns any EndnoteRange in the collection.

Number

Displays the number of elements in the EndnoteRange.

EndnoteRange[]

Returns every EndnoteRange in the collection.

EndnoteRange

Returns the first EndnoteRange in the collection.

EndnoteRange

Returns the EndnoteRange with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
EndnoteRange

Returns the EndnoteRange with the specified ID.

id Number The ID.
EndnoteRange

Returns the EndnoteRange with the specified name.

name String The name.
EndnoteRange[]

Returns the EndnoteRanges within the specified range.

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

Returns the last EndnoteRange in the collection.

EndnoteRange

Returns the middle EndnoteRange in the collection.

EndnoteRange

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

obj EndnoteRange The EndnoteRange whose index comes before the desired EndnoteRange.
EndnoteRange

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

obj EndnoteRange The index of the EndnoteRange that follows the desired EndnoteRange.
String

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

Object of 10

Properties elsewhere that hold a EndnoteRanges.