WdMoveToTextMark Enumeration
Word Developer Reference |
Marks the moved-to text when text in a document with tracked changes is moved from one place to another.
Version Information
Version Added:
Name | Value | Description |
---|---|---|
wdMoveToTextMarkBold | 1 | Marks moved text with bold formatting. |
wdMoveToTextMarkColorOnly | 5 | Marks moved text with color only. Use the MoveToTextColor property to set the color of moved text. |
wdMoveToTextMarkDoubleStrikeThrough | 7 | Moved text is marked with a double strikethrough. |
wdMoveToTextMarkDoubleUnderline | 4 | Moved text is marked with a double underline. |
wdMoveToTextMarkItalic | 2 | Marks moved text with italic formatting. |
wdMoveToTextMarkNone | 0 | No special formatting for moved text. |
wdMoveToTextMarkStrikeThrough | 6 | Moved text is marked with a strikethrough. |
wdMoveToTextMarkUnderline | 3 | Underlines moved text. |
Remarks
Use with the MoveToTextMark property.