note

書式

CompoundPathItemObject.note

説明

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

目次に戻る