WdDeletedTextMark Enumeration
Specifies the format of text that is deleted while change tracking is enabled.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)
Usage
Dim wdDeletedTextMark1 As WdDeletedTextMark = WdDeletedTextMark.wdDeletedTextMarkBold
Syntax
Public Enum WdDeletedTextMark
public enum WdDeletedTextMark
public enum class WdDeletedTextMark
public enum WdDeletedTextMark
public enum WdDeletedTextMark
Members
Member name | Description |
---|---|
wdDeletedTextMarkBold | Deleted text is displayed in bold. |
wdDeletedTextMarkCaret | Deleted text is marked up by using caret characters. |
wdDeletedTextMarkColorOnly | Deleted text is displayed in a specified color (default is red). |
wdDeletedTextMarkDoubleUnderline | Deleted text is marked up by using double-underline characters. |
wdDeletedTextMarkHidden | Deleted text is hidden. |
wdDeletedTextMarkItalic | Deleted text is displayed in italics. |
wdDeletedTextMarkNone | Deleted text is not marked up. |
wdDeletedTextMarkPound | Deleted text is marked up by using pound characters. |
wdDeletedTextMarkStrikeThrough | Deleted text is marked up by using strikethrough characters. |
wdDeletedTextMarkUnderline | Deleted text is underlined. |
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000