WdMoveFromTextMark Enumeration

Word Developer Reference

Marks the moved-from text when text in a document with tracked changes is moved from one place to another.

Version Information
 Version Added:  

Name Value Description
wdMoveFromTextMarkBold 6 Marks moved text with bold formatting.
wdMoveFromTextMarkCaret 3 Marks moved text with a caret.
wdMoveFromTextMarkColorOnly 10 Marks moved text with color only. Use the MoveFromTextColor property to set the color of moved text.
wdMoveFromTextMarkDoubleStrikeThrough 1 Marks moved text with a double strikethrough.
wdMoveFromTextMarkDoubleUnderline 9 Marks moved text with a double underline.
wdMoveFromTextMarkHidden 0 Hides moved text.
wdMoveFromTextMarkItalic 7 Marks moved text with italic formatting.
wdMoveFromTextMarkNone 5 No special formatting for moved text.
wdMoveFromTextMarkPound 4 Marks moved text with a pound (number) sign.
wdMoveFromTextMarkStrikeThrough 2 Marks moved text with a strikethrough.
wdMoveFromTextMarkUnderline 8 Underlines moved text.

Remarks

Use with the MoveFromTextMark property.