note

書式

graphObject.note

説明

グラフオブジェクトの注釈を示します。このプロパティは読み出し、書き込みが可能です。
var g=app.activeDocument.graphItems[0];
alert(g.note);

目次に戻る