Word.Interfaces.DocumentLoadOptions interface
Document 对象是顶层对象。 Document 对象包含一个或多个节、内容控件以及包含文档内容的正文。
注解
属性
$all |
|
body | 获取main文档的正文对象。 正文是排除页眉、页脚、脚注、文本框等的文本。 |
change |
指定 ChangeTracking 模式。 |
properties | 获取文档的属性。 |
saved | 指示是否已保存在文档中所做的更改。 如果值为 true,表示文档自上次保存以来并未更改。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
body
获取main文档的正文对象。 正文是排除页眉、页脚、脚注、文本框等的文本。
body?: Word.Interfaces.BodyLoadOptions;
属性值
注解
changeTrackingMode
properties
获取文档的属性。
properties?: Word.Interfaces.DocumentPropertiesLoadOptions;