跳转到内容

PluginItems

app.activeDocument.pluginItems

文档中的 PluginItem 对象集合。

参见 复制插件项


app.activeDocument.pluginItems.length

集合中的元素数量。

数字;只读。


app.activeDocument.pluginItems.parent

对象的容器。

对象;只读。


app.activeDocument.pluginItems.typename

对象的类名。

字符串;只读。


app.activeDocument.pluginItems.getByName(name)

获取集合中具有指定名称的第一个元素。

参数类型描述
name字符串要获取的元素的名称

PluginItem


app.activeDocument.pluginItems.index(itemKey)

从集合中获取一个元素。

参数类型描述
itemKey字符串, 数字字符串或数字键

PluginItem


app.activeDocument.pluginItems.removeAll()

删除集合中的所有元素。

无。