lines

書式

noteObject.lines

説明

lineオブジェクトが格納されているコレクションです。

var n=app.activeDocument.textFrames[0].notes[0];
alert(n.lines.length);

目次に戻る