WdRevisionsMode 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 whether Microsoft Word displays balloons in the margin or inline with the document's text.
public enum class WdRevisionsMode
[System.Runtime.InteropServices.Guid("9C68240F-079D-3FB0-ADA8-09D8F318B022")]
public enum WdRevisionsMode
type WdRevisionsMode =
Public Enum WdRevisionsMode
- Inheritance
-
WdRevisionsMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdBalloonRevisions | 0 | Displays revisions in balloons in the left or right margin. |
wdInLineRevisions | 1 | Displays revisions within the text using strikethrough for deletions and underlining for insertions. This is the default setting for prior versions of Word. |
wdMixedRevisions | 2 | Not supported. |