length

書式

countItems.length

説明

CountItemオブジェクトの総数を返します。
var n=app.activeDocument.countItems.length;
alert(n);

目次に戻る