countItems
書式
countItems
説明
カウントツールのオブジェクトを入れた配列を示します。読み出しのみです。
var item=app.activeDocument.countItems; alert(item.length);
目次に戻る