Edit

Share via


Word.Interfaces.SourceData interface

An interface describing the data returned by calling source.toJSON().

Properties

isCited

Gets if the Source object has been cited in the document.

tag

Gets the tag of the source.

xml

Gets the XML representation of the source.

Property Details

isCited

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets if the Source object has been cited in the document.

isCited?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

tag

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets the tag of the source.

tag?: string;

Property Value

string

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

xml

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets the XML representation of the source.

xml?: string;

Property Value

string

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]