Word.Interfaces.ConflictData interface

一个描述通过调用 conflict.toJSON()返回的数据的接口。

注解

使用方

属性

range

获取表示 Range 对象中包含的 Conflict 文档部分的对象。

type

获取对象的 ConflictRevisionType

属性详细信息

range

获取表示 Range 对象中包含的 Conflict 文档部分的对象。

range?: Word.Interfaces.RangeData;

属性值

注解

API 集:WordApiDesktop 1.4

type

获取对象的 ConflictRevisionType

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";

属性值

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

注解

API 集:WordApiDesktop 1.4