WdDeletedTextMark Enum

Definition

Specifies the format of text that is deleted while change tracking is enabled.

public enum class WdDeletedTextMark
[System.Runtime.InteropServices.Guid("002686EA-BC17-3B7C-BE4E-ECA572100016")]
public enum WdDeletedTextMark
type WdDeletedTextMark = 
Public Enum WdDeletedTextMark
Inheritance
WdDeletedTextMark
Attributes

Fields

wdDeletedTextMarkBold 5

Deleted text is displayed in bold.

wdDeletedTextMarkCaret 2

Deleted text is marked up by using caret characters.

wdDeletedTextMarkColorOnly 9

Deleted text is displayed in a specified color (default is red).

wdDeletedTextMarkDoubleStrikeThrough 10

Deleted text is marked up by using double-strikethrough characters.

wdDeletedTextMarkDoubleUnderline 8

Deleted text is marked up by using double-underline characters.

wdDeletedTextMarkHidden 0

Deleted text is hidden.

wdDeletedTextMarkItalic 6

Deleted text is displayed in italics.

wdDeletedTextMarkNone 4

Deleted text is not marked up.

wdDeletedTextMarkPound 3

Deleted text is marked up by using pound characters.

wdDeletedTextMarkStrikeThrough 1

Deleted text is marked up by using strikethrough characters.

wdDeletedTextMarkUnderline 7

Deleted text is underlined.

Applies to