View.RevisionsMode Property
Sets or returns a constant representing the global option that 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
Property RevisionsMode As WdRevisionsMode
Get
Set
'Usage
Dim instance As View
Dim value As WdRevisionsMode
value = instance.RevisionsMode
instance.RevisionsMode = value
WdRevisionsMode RevisionsMode { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdRevisionsMode
Remarks
WdRevisionsMode can be one of these WdRevisionsMode constants:
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.