nonNativeItems

書式

groupItemObject.nonNativeItems

説明

GroupItem(グループ)に含まれるNonNativeItems(ネイティブではない)オブジェクトを示します。読み出しのみです。
var item=app.activeDocument.groupItems[0].nonNativeItems;
alert(item.length);

目次に戻る