Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Enumeration WdDeletedTextMark
'Usage
Dim instance As WdDeletedTextMark
public enum WdDeletedTextMark
Members
| Member name | Description | |
|---|---|---|
| wdDeletedTextMarkHidden | Deleted text is hidden. | |
| wdDeletedTextMarkStrikeThrough | Deleted text is marked up by using strikethrough characters. | |
| wdDeletedTextMarkCaret | Deleted text is marked up by using caret characters. | |
| wdDeletedTextMarkPound | Deleted text is marked up by using pound characters. | |
| wdDeletedTextMarkNone | Deleted text is not marked up. | |
| wdDeletedTextMarkBold | Deleted text is displayed in bold. | |
| wdDeletedTextMarkItalic | Deleted text is displayed in italics. | |
| wdDeletedTextMarkUnderline | Deleted text is underlined. | |
| wdDeletedTextMarkDoubleUnderline | Deleted text is marked up by using double-underline characters. | |
| wdDeletedTextMarkColorOnly | Deleted text is displayed in a specified color (default is red). | |
| wdDeletedTextMarkDoubleStrikeThrough | Deleted text is marked up by using double-strikethrough characters. |