length
書式
pluginItems
.length
説明
ドキュメント内にあるPluginItems(トレース画像など)の総数を示します。
var item=app.activeDocument.pluginItems; alert(item.length);
目次に戻る