WdInsertedTextMark Enumeration 

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

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

Usage

Dim wdInsertedTextMark1 As WdInsertedTextMark = WdInsertedTextMark.wdInsertedTextMarkBold

Syntax

Public Enum WdInsertedTextMark
public enum WdInsertedTextMark
public enum class WdInsertedTextMark
public enum WdInsertedTextMark
public enum WdInsertedTextMark

Members

Member name Description
wdInsertedTextMarkBold Inserted text is displayed in bold.
wdInsertedTextMarkColorOnly Inserted text is displayed in a specified color.
wdInsertedTextMarkDoubleUnderline Inserted text is marked up by using double-underline characters.
wdInsertedTextMarkItalic Inserted text is displayed in italics.
wdInsertedTextMarkNone Inserted text is not marked up.
wdInsertedTextMarkStrikeThrough Inserted text is marked up by using strikethrough characters.
wdInsertedTextMarkUnderline Inserted text is underlined.

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