WdDeletedTextMark 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 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
Name | Value | Description |
---|---|---|
0 | Deleted text is hidden. |
|
wdDeletedTextMarkStrikeThrough | 1 | Deleted text is marked up by using strikethrough characters. |
wdDeletedTextMarkCaret | 2 | Deleted text is marked up by using caret characters. |
wdDeletedTextMarkPound | 3 | Deleted text is marked up by using pound characters. |
wdDeletedTextMarkNone | 4 | Deleted text is not marked up. |
wdDeletedTextMarkBold | 5 | Deleted text is displayed in bold. |
wdDeletedTextMarkItalic | 6 | Deleted text is displayed in italics. |
wdDeletedTextMarkUnderline | 7 | Deleted text is underlined. |
wdDeletedTextMarkDoubleUnderline | 8 | Deleted text is marked up by using double-underline 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. |