Word.Interfaces.SourceData interface
An interface describing the data returned by calling source.toJSON()
.
Properties
is |
Gets if the |
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
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
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