Word.Interfaces.SourceData interface

一个接口,用于描述通过调用 source.toJSON()返回的数据。

属性

isCited

获取是否已 Source 在文档中引用对象。

tag

获取源的 标记。

xml

获取源的 XML 表示形式。

属性详细信息

isCited

获取是否已 Source 在文档中引用对象。

isCited?: boolean;

属性值

boolean

注解

[ API 集:WordApiDesktop 1.3 ]

tag

获取源的 标记。

tag?: string;

属性值

string

注解

[ API 集:WordApiDesktop 1.3 ]

xml

获取源的 XML 表示形式。

xml?: string;

属性值

string

注解

[ API 集:WordApiDesktop 1.3 ]