WdInsertedTextMark Enum

Definition

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

public enum class WdInsertedTextMark
[System.Runtime.InteropServices.Guid("1A98AA4F-A0F3-3980-9A55-0B958B6C8158")]
public enum WdInsertedTextMark
type WdInsertedTextMark = 
Public Enum WdInsertedTextMark
Inheritance
WdInsertedTextMark
Attributes

Fields

wdInsertedTextMarkBold 1

Inserted text is displayed in bold.

wdInsertedTextMarkColorOnly 5

Inserted text is displayed in a specified color.

wdInsertedTextMarkDoubleStrikeThrough 7

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

wdInsertedTextMarkDoubleUnderline 4

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

wdInsertedTextMarkItalic 2

Inserted text is displayed in italics.

wdInsertedTextMarkNone 0

Inserted text is not marked up.

wdInsertedTextMarkStrikeThrough 6

Inserted text is marked up by using strikethrough characters.

wdInsertedTextMarkUnderline 3

Inserted text is underlined.

Applies to