Skip to content

InsertionPoint

app.activeDocument.textFrames[index].insertionPoints[index]

A location between characters that is used to insert new text objects. An insertion point is contained in an InsertionPoints collection.


app.activeDocument.textFrames[index].insertionPoints[index].characters

All the characters in this text range.

Characters; read-only.


app.activeDocument.textFrames[index].insertionPoints[index].lines

All the lines in this text range.

Lines; read-only.


app.activeDocument.textFrames[index].insertionPoints[index].paragraphs

All the paragraphs in this text range.

Paragraphs; read-only.


app.activeDocument.textFrames[index].insertionPoints[index].parent

The object’s container.

TextRange; read-only.


app.activeDocument.textFrames[index].insertionPoints[index].story

The story to which the text range belongs.

Story; read-only.


app.activeDocument.textFrames[index].insertionPoints[index].textRanges

All of the text in this text range.

TextRanges; read-only.


app.activeDocument.textFrames[index].insertionPoints[index].typename

The class name of the object.

String; read-only.


app.activeDocument.textFrames[index].insertionPoints[index].words

All the words contained in this text range.

Words; read-only.