Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Marks the moved-from 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 WdMoveFromTextMark
'Usage
Dim instance As WdMoveFromTextMark
public enum WdMoveFromTextMark
Members
| Member name | Description | |
|---|---|---|
| wdMoveFromTextMarkHidden | Hides moved text. | |
| wdMoveFromTextMarkDoubleStrikeThrough | Marks moved text with a double strikethrough. | |
| wdMoveFromTextMarkStrikeThrough | Marks moved text with a strikethrough. | |
| wdMoveFromTextMarkCaret | Marks moved text with a caret. | |
| wdMoveFromTextMarkPound | Marks moved text with a pound (number) sign. | |
| wdMoveFromTextMarkNone | Marks moved text with a pound (number) sign. | |
| wdMoveFromTextMarkBold | Marks moved text with bold formatting. | |
| wdMoveFromTextMarkItalic | Marks moved text with italic formatting. | |
| wdMoveFromTextMarkUnderline | Underlines moved text. | |
| wdMoveFromTextMarkDoubleUnderline | Marks moved text with a double underline. | |
| wdMoveFromTextMarkColorOnly | Marks moved text with color only. Use the MoveFromTextColor property to set the color of moved text. |