pathItems

書式

documentObject.pathItems

説明

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

目次に戻る