groupItems

書式

groupItemObject.groupItems

説明

GroupItem(グループ)に含まれるGroupItem(グループ)オブジェクトを示します。入れ子(内包、ネスト)になっていているものも含まれます。読み出しのみです。
var item=app.activeDocument.groupItems[0].groupItems;
alert(item.length);

目次に戻る