插入点
app.activeDocument.textFrames[index].insertionPoints[index]
用于插入新文本对象的字符之间的位置。插入点包含在 InsertionPoints
集合中。
InsertionPoint.characters
Section titled “InsertionPoint.characters”app.activeDocument.textFrames[index].insertionPoints[index].characters
此文本范围内的所有字符。
Characters; 只读。
InsertionPoint.lines
Section titled “InsertionPoint.lines”app.activeDocument.textFrames[index].insertionPoints[index].lines
此文本范围内的所有行。
Lines; 只读。
InsertionPoint.paragraphs
Section titled “InsertionPoint.paragraphs”app.activeDocument.textFrames[index].insertionPoints[index].paragraphs
此文本范围内的所有段落。
Paragraphs; 只读。
InsertionPoint.parent
Section titled “InsertionPoint.parent”app.activeDocument.textFrames[index].insertionPoints[index].parent
对象的容器。
TextRange; 只读。
InsertionPoint.story
Section titled “InsertionPoint.story”app.activeDocument.textFrames[index].insertionPoints[index].story
文本范围所属的故事。
Story; 只读。
InsertionPoint.textRanges
Section titled “InsertionPoint.textRanges”app.activeDocument.textFrames[index].insertionPoints[index].textRanges
此文本范围内的所有文本。
TextRanges; 只读。
InsertionPoint.typename
Section titled “InsertionPoint.typename”app.activeDocument.textFrames[index].insertionPoints[index].typename
对象的类名。
字符串; 只读。
InsertionPoint.words
Section titled “InsertionPoint.words”app.activeDocument.textFrames[index].insertionPoints[index].words
此文本范围内包含的所有单词。
Words; 只读。