EndnoteTextFrames
A collection of endnote text frames.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
EndnoteTextFrame add( Layer layer, LocationOptions at, Mixed reference, Object withProperties )
Creates a new EndnoteTextFrame
Parameters
Number count()
Displays the number of elements in the EndnoteTextFrame.
EndnoteTextFrame item( Mixed index )
Returns the EndnoteTextFrame with the specified index or name.
Parameters
EndnoteTextFrame itemByName( String name )
Returns the EndnoteTextFrame with the specified name.
Parameters
EndnoteTextFrame itemByID( Number id )
Returns the EndnoteTextFrame with the specified ID.
Parameters
EndnoteTextFrame itemByRange( Mixed from, Mixed to )
Returns the EndnoteTextFrames within the specified range.
Parameters
EndnoteTextFrame firstItem()
Returns the first EndnoteTextFrame in the collection.
EndnoteTextFrame lastItem()
Returns the last EndnoteTextFrame in the collection.
EndnoteTextFrame middleItem()
Returns the middle EndnoteTextFrame in the collection.
EndnoteTextFrame previousItem( EndnoteTextFrame obj )
Returns the EndnoteTextFrame with the index previous to the specified index.
Parameters
EndnoteTextFrame nextItem( EndnoteTextFrame obj )
Returns the EndnoteTextFrame whose index follows the specified EndnoteTextFrame in the collection.
Parameters
EndnoteTextFrame anyItem()
Returns any EndnoteTextFrame in the collection.
EndnoteTextFrame everyItem()
Returns every EndnoteTextFrame in the collection.
String toSource()
Generates a string which, if executed, will return the EndnoteTextFrame.
EndnoteTextFrame []( Number index )
Returns the EndnoteTextFrame with the specified index.