Edit

Word.Interfaces.SourceData interface

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

Remarks

Used by

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

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

isCited?: boolean;

Property Value

boolean

Remarks

API set: WordApiDesktop 1.3

tag

Gets the tag of the source.

tag?: string;

Property Value

string

Remarks

API set: WordApiDesktop 1.3

xml

Gets the XML representation of the source.

xml?: string;

Property Value

string

Remarks

API set: WordApiDesktop 1.3