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)

Usage

Dim wdRevisionsMode1 As WdRevisionsMode = WdRevisionsMode.wdBalloonRevisions

Syntax

Public Enum WdRevisionsMode
public enum WdRevisionsMode
public enum class WdRevisionsMode
public enum 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace