WdRevisionType Enumeration
Word Developer Reference |
Specifies the type of a change that is marked with a revision mark.
Version Information
Version Added:
Name | Value | Description |
---|---|---|
wdNoRevision | 0 | No revision. |
wdRevisionConflict | 7 | Revision marked as a conflict. |
wdRevisionDelete | 2 | Deletion. |
wdRevisionDisplayField | 5 | Field display changed. |
wdRevisionInsert | 1 | Insertion. |
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. |
wdRevisionCellDeletion | 17 | Table cell deleted. |
wdRevisionCellInsertion | 16 | Table cell inserted. |
wdRevisionCellMerge | 18 | Table cells merged. |
wdRevisionMovedFrom | 14 | Content moved from. |
wdRevisionMovedTo | 15 | Content moved to. |