WdRevisionType Enum

Definition

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

public enum class WdRevisionType
[System.Runtime.InteropServices.Guid("22EE5D98-3D02-3761-AD43-435C8CF763B0")]
public enum WdRevisionType
type WdRevisionType = 
Public Enum WdRevisionType
Inheritance
WdRevisionType
Attributes

Fields

wdNoRevision 0

No revision.

wdRevisionCellDeletion 17

Table cell deleted.

wdRevisionCellInsertion 16

Table cell inserted.

wdRevisionCellMerge 18

Table cells merged.

wdRevisionCellSplit 19

Reserved for internal use.

wdRevisionConflict 7

Revision marked as a conflict.

wdRevisionConflictDelete 21

Reserved for internal use.

wdRevisionConflictInsert 20

Reserved for internal use.

wdRevisionDelete 2

Deletion.

wdRevisionDisplayField 5

Field display changed.

wdRevisionInsert 1

Insertion.

wdRevisionMovedFrom 14

Content moved from.

wdRevisionMovedTo 15

Content moved to.

wdRevisionParagraphNumber 4

Paragraph number changed.

wdRevisionParagraphProperty 10

Paragraph property changed.

wdRevisionProperty 3

Property changed.

wdRevisionReconcile 6

Revision marked as reconciled conflict.

wdRevisionReplace 9

Replaced.

wdRevisionSectionProperty 12

Section property changed.

wdRevisionStyle 8

Style changed.

wdRevisionStyleDefinition 13

Style definition changed.

wdRevisionTableProperty 11

Table property changed.

Applies to