InsertionPoints
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
InsertionPoint anyItem ()
Returns any InsertionPoint in the collection.
number count ()
Displays the number of elements in the InsertionPoint.
Array
of InsertionPoint everyItem ()
Returns every InsertionPoint in the collection.
InsertionPoint firstItem ()
Returns the first InsertionPoint in the collection.
InsertionPoint item (index:
any)
Returns the InsertionPoint with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
InsertionPoint itemByName (name:
string)
Returns the InsertionPoint with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of InsertionPoint itemByRange (from:
any, to:
any)
Returns the InsertionPoints within the specified range.
Parameter | Type | Description |
---|---|---|
from | InsertionPoint Long Integer String | The InsertionPoint, index, or name at the beginning of the range. Can accept: InsertionPoint, Long Integer or String. |
to | InsertionPoint Long Integer String | The InsertionPoint, index, or name at the end of the range. Can accept: InsertionPoint, Long Integer or String. |
InsertionPoint lastItem ()
Returns the last InsertionPoint in the collection.
InsertionPoint middleItem ()
Returns the middle InsertionPoint in the collection.
InsertionPoint nextItem (obj:
InsertionPoint)
Returns the InsertionPoint whose index follows the specified InsertionPoint in the collection.
Parameter | Type | Description |
---|---|---|
obj | InsertionPoint | The InsertionPoint whose index comes before the desired InsertionPoint. |
InsertionPoint previousItem (obj:
InsertionPoint)
Returns the InsertionPoint with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | InsertionPoint | The index of the InsertionPoint that follows the desired InsertionPoint. |
string toSource ()
Generates a string which, if executed, will return the InsertionPoint.
Element of
Cell.insertionPoints
Change.insertionPoints
Character.insertionPoints
Footnote.insertionPoints
InsertionPoint.insertionPoints
Line.insertionPoints
Note.insertionPoints
Paragraph.insertionPoints
Story.insertionPoints
Text.insertionPoints
TextColumn.insertionPoints
TextFrame.insertionPoints
TextPath.insertionPoints
TextStyleRange.insertionPoints
Word.insertionPoints
XMLElement.insertionPoints
XmlStory.insertionPoints
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |