add
書式
compoundPathItems.add()
説明
複合パス(CompoundPathItem)オブジェクトを作成します。指定できるパラメーターはありません。戻り値は作成されたCompoundPathItemオブジェクトになります。
var cp=app.activeDocument.compoundPathItems.add(); alert(cp);
目次に戻る