InDesign Server2025
API 20.5.0.49
Collection of InsertionPoint

InsertionPoints

A collection of insertion points.

Properties

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

Methods

InsertionPoint

Returns the InsertionPoint with the specified index.

index Number The index.
InsertionPoint

Returns any InsertionPoint in the collection.

Number

Displays the number of elements in the InsertionPoint.

InsertionPoint[]

Returns every InsertionPoint in the collection.

InsertionPoint

Returns the first InsertionPoint in the collection.

InsertionPoint

Returns the InsertionPoint with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
InsertionPoint[]

Returns the InsertionPoints within the specified range.

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

Returns the last InsertionPoint in the collection.

InsertionPoint

Returns the middle InsertionPoint in the collection.

InsertionPoint

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

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

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

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

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

Object of 20

Properties elsewhere that hold a InsertionPoints.