Word.Interfaces.DocumentCreatedUpdateData interface

用于更新对象上的 DocumentCreated 数据的接口,用于 在 中使用 documentCreated.set({ ... })

属性

body

获取文档的正文对象。 正文是排除页眉、页脚、脚注、文本框等的文本。

properties

获取文档的属性。

属性详细信息

body

获取文档的正文对象。 正文是排除页眉、页脚、脚注、文本框等的文本。

body?: Word.Interfaces.BodyUpdateData;

属性值

注解

[ API set: WordApiHiddenDocument 1.3 ]

properties

获取文档的属性。

properties?: Word.Interfaces.DocumentPropertiesUpdateData;

属性值

注解

[ API set: WordApiHiddenDocument 1.3 ]