Interacting with editorsText document APIMethods获取字段本页总览获取字段 以文本形式返回所有字段。 语法 expression.GetFields(); expression - 表示 Api 类的变量。 参数 此方法没有参数。 返回值 string[] 示例 window.Asc.plugin.executeMethod ("GetFields", null, function (res) { console.log ("First field: " + res[0])});