contents
書式
wordObject
.contents
説明
wordオブジェクトの文字(単語)を示します。
var w=app.activeDocument.textFrames[0].words[0]; alert(w.contents);
目次に戻る