View.RevisionsMode Property
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.
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.
public:
property Microsoft::Office::Interop::Word::WdRevisionsMode RevisionsMode { Microsoft::Office::Interop::Word::WdRevisionsMode get(); void set(Microsoft::Office::Interop::Word::WdRevisionsMode value); };
public Microsoft.Office.Interop.Word.WdRevisionsMode RevisionsMode { get; set; }
member this.RevisionsMode : Microsoft.Office.Interop.Word.WdRevisionsMode with get, set
Public Property RevisionsMode As WdRevisionsMode
Property Value
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.