words
書式
textRange
.words
説明
wordsはTextRangeオブジェクトのWord(単語・ワード)コレクションを示します。
?
1
2
var
w=app.activeDocument.selection.textRanges[0].words;
alert(w.length);
目次に戻る