InsertionPoint
InsertionPoint
Section titled “InsertionPoint”app.activeDocument.textFrames[index].insertionPoints[index]
Description
Section titled “Description”A location between characters that is used to insert new text objects. An insertion point is contained in an InsertionPoints
collection.
Properties
Section titled “Properties”InsertionPoint.characters
Section titled “InsertionPoint.characters”app.activeDocument.textFrames[index].insertionPoints[index].characters
Description
Section titled “Description”All the characters in this text range.
Characters; read-only.
InsertionPoint.lines
Section titled “InsertionPoint.lines”app.activeDocument.textFrames[index].insertionPoints[index].lines
Description
Section titled “Description”All the lines in this text range.
Lines; read-only.
InsertionPoint.paragraphs
Section titled “InsertionPoint.paragraphs”app.activeDocument.textFrames[index].insertionPoints[index].paragraphs
Description
Section titled “Description”All the paragraphs in this text range.
Paragraphs; read-only.
InsertionPoint.parent
Section titled “InsertionPoint.parent”app.activeDocument.textFrames[index].insertionPoints[index].parent
Description
Section titled “Description”The object’s container.
TextRange; read-only.
InsertionPoint.story
Section titled “InsertionPoint.story”app.activeDocument.textFrames[index].insertionPoints[index].story
Description
Section titled “Description”The story to which the text range belongs.
Story; read-only.
InsertionPoint.textRanges
Section titled “InsertionPoint.textRanges”app.activeDocument.textFrames[index].insertionPoints[index].textRanges
Description
Section titled “Description”All of the text in this text range.
TextRanges; read-only.
InsertionPoint.typename
Section titled “InsertionPoint.typename”app.activeDocument.textFrames[index].insertionPoints[index].typename
Description
Section titled “Description”The class name of the object.
String; read-only.
InsertionPoint.words
Section titled “InsertionPoint.words”app.activeDocument.textFrames[index].insertionPoints[index].words
Description
Section titled “Description”All the words contained in this text range.
Words; read-only.