words

書式

textObject.words

説明

wordオブジェクトを格納したコレクションを示します。
var t=app.activeDocument.textFrames[0].texts[0];
alert(t.words);

目次に戻る