WdInsertedTextMark Enumeration
Specifies the format of text that is inserted 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 WdInsertedTextMark
'Usage
Dim instance As WdInsertedTextMark
public enum WdInsertedTextMark
Members
Member name | Description | |
---|---|---|
wdInsertedTextMarkNone | Inserted text is not marked up. | |
wdInsertedTextMarkBold | Inserted text is displayed in bold. | |
wdInsertedTextMarkItalic | Inserted text is displayed in italics. | |
wdInsertedTextMarkUnderline | Inserted text is underlined. | |
wdInsertedTextMarkDoubleUnderline | Inserted text is marked up by using double-underline characters. | |
wdInsertedTextMarkColorOnly | Inserted text is displayed in a specified color. | |
wdInsertedTextMarkStrikeThrough | Inserted text is marked up by using strikethrough characters. | |
wdInsertedTextMarkDoubleStrikeThrough | Inserted text is marked up by using double-strikethrough characters. |