WdRevisionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
wdNoRevision | 0 | No revision. |
wdRevisionInsert | 1 | Insertion. |
wdRevisionDelete | 2 | Deletion. |
wdRevisionProperty | 3 | Property changed. |
wdRevisionParagraphNumber | 4 | Paragraph number changed. |
wdRevisionDisplayField | 5 | Field display changed. |
wdRevisionReconcile | 6 | Revision marked as reconciled conflict. |
wdRevisionConflict | 7 | Revision marked as a conflict. |
wdRevisionStyle | 8 | Style changed. |
wdRevisionReplace | 9 | Replaced. |
wdRevisionParagraphProperty | 10 | Paragraph property changed. |
wdRevisionTableProperty | 11 | Table property changed. |
wdRevisionSectionProperty | 12 | Section property changed. |
wdRevisionStyleDefinition | 13 | Style definition changed. |
wdRevisionMovedFrom | 14 | Content moved from. |
wdRevisionMovedTo | 15 | Content moved to. |
wdRevisionCellInsertion | 16 | Table cell inserted. |
wdRevisionCellDeletion | 17 | Table cell deleted. |
wdRevisionCellMerge | 18 | Table cells merged. |
wdRevisionCellSplit | 19 | Reserved for internal use. |
wdRevisionConflictInsert | 20 | Reserved for internal use. |
wdRevisionConflictDelete | 21 | Reserved for internal use. |