WdRevisionsMode Enumeration
Specifies whether Microsoft Word displays balloons in the margin or inline with the document's text.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdRevisionsMode
'Usage
Dim instance As WdRevisionsMode
public enum WdRevisionsMode
Members
Member name | Description | |
---|---|---|
wdBalloonRevisions | Displays revisions in balloons in the left or right margin. | |
wdInLineRevisions | Displays revisions within the text using strikethrough for deletions and underlining for insertions. This is the default setting for prior versions of Word. | |
wdMixedRevisions | Not supported. |