Interacting with editorsForm APIMethodsSetFormValue本页总览SetFormValueAsk a question 为指定的表单设置值。 语法 expression.SetFormValue(internalId, value); expression - 表示 Api 类的变量。 参数 名称必需/可选数据类型默认值描述internalId必需string表单的唯一内部标识符。value必需string | boolean要设置的表单值。其类型取决于表单类型。 返回值 此方法不返回任何数据。 示例 window.Asc.plugin.executeMethod ("SetFormValue", ["1_713", true]);