WdDeletedTextMark Enumeration
Office 2007
| Word Developer Reference |
Version Information
Version Added:
| Name | Value | Description |
|---|---|---|
| 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). |
| 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 italic. |
| 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. |
| wdDeletedTextMarkDoubleStrikeThrough | 10 | Deleted text is marked up by using double-strikethrough characters. |