WdRevisedLinesMark Enumeration 

Specifies where revisions are displayed when change tracking is enabled.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdRevisedLinesMark1 As WdRevisedLinesMark = WdRevisedLinesMark.wdRevisedLinesMarkLeftBorder

Syntax

Public Enum WdRevisedLinesMark
public enum WdRevisedLinesMark
public enum class WdRevisedLinesMark
public enum WdRevisedLinesMark
public enum WdRevisedLinesMark

Members

Member name Description
wdRevisedLinesMarkLeftBorder In the left border.
wdRevisedLinesMarkNone Not displayed.
wdRevisedLinesMarkOutsideBorder Outside the border.
wdRevisedLinesMarkRightBorder In the right border.

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