Word.Interfaces.ConflictLoadOptions interface
Represents a coauthoring conflict in a Word document.
Remarks
Properties
| $all | Specifying |
| range | Gets a |
| type | Gets the |
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
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
type
Gets the RevisionType for the Conflict object.
type?: boolean;
Property Value
boolean