WdMoveToTextMark Enumeration

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdMoveToTextMark
'Usage
Dim instance As WdMoveToTextMark
public enum WdMoveToTextMark

Members

Member name Description
wdMoveToTextMarkNone No special formatting for moved text.
wdMoveToTextMarkBold Marks moved text with bold formatting.
wdMoveToTextMarkItalic Marks moved text with italic formatting.
wdMoveToTextMarkUnderline Underlines moved text.
wdMoveToTextMarkDoubleUnderline Moved text is marked with a double underline.
wdMoveToTextMarkColorOnly Marks moved text with color only. Use the MoveToTextColor property to set the color of moved text.
wdMoveToTextMarkStrikeThrough Moved text is marked with a strikethrough.
wdMoveToTextMarkDoubleStrikeThrough Moved text is marked with a double strikethrough.

See Also

Reference

Microsoft.Office.Interop.Word Namespace