words
書式
noteObject
.words
説明
wordオブジェクトが格納されているコレクションです。
var n=app.activeDocument.textFrames[0].notes[0]; alert(n.words.length);
目次に戻る