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