Edit

Share via


Word.Interfaces.ConflictCollectionLoadOptions interface

Represents the coauthoring conflicts in a Word document.

Remarks

[ API set: WordApiDesktop 1.4 ]

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

range

For EACH ITEM in the collection: Gets a Range object that represents the portion of the document that's contained in the Conflict object.

type

For EACH ITEM in the collection: Gets the RevisionType for the Conflict object.

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

range

For EACH ITEM in the collection: Gets a Range object that represents the portion of the document that's contained in the Conflict object.

range?: Word.Interfaces.RangeLoadOptions;

Property Value

Remarks

[ API set: WordApiDesktop 1.4 ]

type

For EACH ITEM in the collection: Gets the RevisionType for the Conflict object.

type?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]