pluginItems
書式
layerObject
.pluginItems
説明
レイヤーに含まれるPluginItems(プラグイン)オブジェクトを示します。読み出しのみです。
var item=app.activeDocument.layers[0].pluginItems; alert(item.length);
目次に戻る