words
書式
textFrameObject.words
説明
テキストフレームに含まれるWordsコレクション(英単語)を示します。
var wd=app.activeDocument.textFrames[0].words; alert(wd);
目次に戻る