WdMoveFromTextMark enumeration (Word)

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

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.

Support and feedback

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.