跳到主要内容

移除多个内容控件

移除多个内容控件。

语法

expression.RemoveContentControls(arrDocuments);

expression - 表示 Api 类的变量。

参数

名称必填/选填数据类型默认值说明
arrDocuments必填内容控件[]内容控件内部 ID 数组。例如:[{"InternalId": "5_556"}]。

返回值

此方法不返回任何值。

示例

window.Asc.plugin.executeMethod ("RemoveContentControls", [[{"InternalId": "5_556"}]]);