WdInsertedTextMark Enumeration
Office 2007
| Word Developer Reference |
Version Information
Version Added:
| 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. |