WdDeletedTextMark enumeration (Word)
Specifies the formatting of text that is deleted while change tracking is enabled.
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. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.