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