WdInsertedTextMark enumeration (Word)
Specifies the formatting of text that is inserted while change tracking is enabled.
Name | Value | Description |
---|---|---|
wdInsertedTextMarkBold | 1 | Inserted text is displayed in bold. |
wdInsertedTextMarkColorOnly | 5 | Inserted text is displayed in a specified color. |
wdInsertedTextMarkDoubleUnderline | 4 | Inserted text is marked up by using double-underline characters. |
wdInsertedTextMarkItalic | 2 | Inserted text is displayed in italic. |
wdInsertedTextMarkNone | 0 | Inserted text is not marked up. |
wdInsertedTextMarkStrikeThrough | 6 | Inserted text is marked up by using strikethrough characters. |
wdInsertedTextMarkUnderline | 3 | Inserted text is underlined. |
wdInsertedTextMarkDoubleStrikeThrough | 7 | Inserted text is marked up by using double-strikethrough characters. |
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.