A collection of endnote text ranges.
Go to Property Listing | Method Listing
[], anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
EndnoteRange [] (index:Number)
Returns the EndnoteRange with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
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 |
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 |
The ID. |
EndnoteRange itemByName (name:String)
Returns the EndnoteRange with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
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 |
LongInteger |
The EndnoteRange, index, or name at the beginning of the range. Can accept: EndnoteRange, Long Integer or String. |
to |
LongInteger |
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 |
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 |
The index of the EndnoteRange that follows the desired EndnoteRange. |
String toSource ()
Generates a string which, if executed, will return the EndnoteRange.
Text.endnoteRanges
Character.endnoteRanges
Word.endnoteRanges
Line.endnoteRanges
TextColumn.endnoteRanges
Paragraph.endnoteRanges
TextStyleRange.endnoteRanges
InsertionPoint.endnoteRanges
Story.endnoteRanges
XmlStory.endnoteRanges