跳转到内容

插入点

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

用于插入新文本对象的字符之间的位置。插入点包含在 InsertionPoints 集合中。


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

此文本范围内的所有字符。

Characters; 只读。


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

此文本范围内的所有行。

Lines; 只读。


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

此文本范围内的所有段落。

Paragraphs; 只读。


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

对象的容器。

TextRange; 只读。


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

文本范围所属的故事。

Story; 只读。


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

此文本范围内的所有文本。

TextRanges; 只读。


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

对象的类名。

字符串; 只读。


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

此文本范围内包含的所有单词。

Words; 只读。