WdRevisedLinesMark Enum
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.
Specifies where revisions are displayed when change tracking is enabled.
public enum class WdRevisedLinesMark
[System.Runtime.InteropServices.Guid("44D14FEA-48E8-37D1-8446-AF942183D346")]
public enum WdRevisedLinesMark
type WdRevisedLinesMark =
Public Enum WdRevisedLinesMark
- Inheritance
-
WdRevisedLinesMark
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdRevisedLinesMarkNone | 0 | Not displayed. |
wdRevisedLinesMarkLeftBorder | 1 | In the left border. |
wdRevisedLinesMarkRightBorder | 2 | In the right border. |
wdRevisedLinesMarkOutsideBorder | 3 | Outside the border. |