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