WdRevisionsMode Enum

Definition

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

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.

Applies to