length

書式

groupItems.length

説明

ドキュメントのすべてのグループの総数を示します。入れ子になっているグループもカウントされます。
var n=app.activeDocument.groupItems.length;
alert(n);

目次に戻る