Word.Interfaces.SourceLoadOptions interface
Represents an individual source, such as a book, journal article, or interview.
Remarks
Properties
| $all | Specifying |
| is |
Gets if the |
| tag | Gets the tag of the source. |
| xml | Gets the XML representation of the source. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
isCited
Gets if the Source object has been cited in the document.
isCited?: boolean;
Property Value
boolean
Remarks
tag
Gets the tag of the source.
tag?: boolean;
Property Value
boolean
Remarks
xml
Gets the XML representation of the source.
xml?: boolean;
Property Value
boolean