name
書式
CompoundPathItemObject
.name
説明
複合パスオブジェクトの名前を示します。読み出し、書き込みが可能です。
var cp=app.activeDocument.compoundPathItems[0]; alert(cp.name);
目次に戻る