InDesign Server2025
API 20.5.0.49
Collection of EndnoteTextFrame

EndnoteTextFrames

A collection of endnote text frames.

Properties

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

Methods

EndnoteTextFrame

Returns the EndnoteTextFrame with the specified index.

index Number The index.
EndnoteTextFrame

Creates a new EndnoteTextFrame

layer? Layer The layer on which to create the EndnoteTextFrame.
at? LocationOptions The location at which to insert the EndnoteTextFrame relative to the reference object or within the container object.
reference? Document | Layer | MasterSpread | Page | Spread | PageItem The reference object. Note: Required when the at parameter is before or after. Can accept: Document, Spread, MasterSpread, Page, Layer or PageItem.
withProperties? Object Initial values for properties of the new EndnoteTextFrame
Number

Displays the number of elements in the EndnoteTextFrame.

EndnoteTextFrame[]

Returns every EndnoteTextFrame in the collection.

EndnoteTextFrame

Returns the first EndnoteTextFrame in the collection.

EndnoteTextFrame

Returns the EndnoteTextFrame with the specified index or name.

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

Returns the EndnoteTextFrame with the specified name.

name String The name.
EndnoteTextFrame[]

Returns the EndnoteTextFrames within the specified range.

from EndnoteTextFrame | LongInteger | String The EndnoteTextFrame, index, or name at the beginning of the range. Can accept: EndnoteTextFrame, Long Integer or String.
to EndnoteTextFrame | LongInteger | String The EndnoteTextFrame, index, or name at the end of the range. Can accept: EndnoteTextFrame, Long Integer or String.
EndnoteTextFrame

Returns the last EndnoteTextFrame in the collection.

EndnoteTextFrame

Returns the middle EndnoteTextFrame in the collection.

EndnoteTextFrame

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

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

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

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

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

Object of 27

Properties elsewhere that hold a EndnoteTextFrames.