compoundPathItems

書式

documentObject.compoundPathItems

説明

ドキュメントの複合パスオブジェクトを示します。読み出しのみで書き込みはできません。
var cp=app.activeDocument.compoundPathItems;
alert(cp.length);

目次に戻る