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