WdRevisionType Enumeration

Specifies the type of a change that is marked with a revision mark.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdRevisionType
'Usage
Dim instance As WdRevisionType
public enum WdRevisionType

Members

Member name Description
wdNoRevision No revision.
wdRevisionInsert Insertion.
wdRevisionDelete Deletion.
wdRevisionProperty Property changed.
wdRevisionParagraphNumber Paragraph number changed.
wdRevisionDisplayField Field display changed.
wdRevisionReconcile Revision marked as reconciled conflict.
wdRevisionConflict Revision marked as a conflict.
wdRevisionStyle Style changed.
wdRevisionReplace Replaced.
wdRevisionParagraphProperty Paragraph property changed.
wdRevisionTableProperty Table property changed.
wdRevisionSectionProperty Section property changed.
wdRevisionStyleDefinition Style definition changed.
wdRevisionMovedFrom Content moved from.
wdRevisionMovedTo Content moved to.
wdRevisionCellInsertion Table cell inserted.
wdRevisionCellDeletion Table cell deleted.
wdRevisionCellMerge Table cells merged.
wdRevisionCellSplit Reserved for internal use.
wdRevisionConflictInsert Reserved for internal use.
wdRevisionConflictDelete Reserved for internal use.

See Also

Reference

Microsoft.Office.Interop.Word Namespace