index
書式
noteObject
.index
説明
noteオブジェクトのインデックス番号が格納されています。indexプロパティは読み出し専用です。
var n=app.activeDocument.textFrames[0].notes[4]; alert(n.index);
目次に戻る