Edit

Share via


Word.Interfaces.SourceCollectionLoadOptions interface

Represents a collection of Word.Source objects.

Remarks

[ API set: WordApiDesktop 1.3 ]

Properties

$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).

isCited

For EACH ITEM in the collection: Gets if the Source object has been cited in the document.

tag

For EACH ITEM in the collection: Gets the tag of the source.

xml

For EACH ITEM in the collection: 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

For EACH ITEM in the collection: Gets if the Source object has been cited in the document.

isCited?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

tag

For EACH ITEM in the collection: Gets the tag of the source.

tag?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

xml

For EACH ITEM in the collection: Gets the XML representation of the source.

xml?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]