Edit

Share via


Word.Interfaces.ConflictData interface

An interface describing the data returned by calling conflict.toJSON().

Properties

range

Gets a Range object that represents the portion of the document that's contained in the Conflict object.

type

Gets the RevisionType for the Conflict object.

Property Details

range

Gets a Range object that represents the portion of the document that's contained in the Conflict object.

range?: Word.Interfaces.RangeData;

Property Value

Remarks

[ API set: WordApiDesktop 1.4 ]

type

Gets the RevisionType for the Conflict object.

type?: Word.RevisionType | "None" | "Insert" | "Delete" | "Property" | "ParagraphNumber" | "DisplayField" | "Reconcile" | "Conflict" | "Style" | "Replace" | "ParagraphProperty" | "TableProperty" | "SectionProperty" | "StyleDefinition" | "MovedFrom" | "MovedTo" | "CellInsertion" | "CellDeletion" | "CellMerge" | "CellSplit" | "ConflictInsert" | "ConflictDelete";

Property Value

Word.RevisionType | "None" | "Insert" | "Delete" | "Property" | "ParagraphNumber" | "DisplayField" | "Reconcile" | "Conflict" | "Style" | "Replace" | "ParagraphProperty" | "TableProperty" | "SectionProperty" | "StyleDefinition" | "MovedFrom" | "MovedTo" | "CellInsertion" | "CellDeletion" | "CellMerge" | "CellSplit" | "ConflictInsert" | "ConflictDelete"

Remarks

[ API set: WordApiDesktop 1.4 ]