WdMoveFromTextMark Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Marks the moved-from text when text in a document with tracked changes is moved from one place to another.
public enum class WdMoveFromTextMark
[System.Runtime.InteropServices.Guid("AF2FC7DB-2E3E-3BF2-B1D0-6426945B15E0")]
public enum WdMoveFromTextMark
type WdMoveFromTextMark =
Public Enum WdMoveFromTextMark
- Inheritance
-
WdMoveFromTextMark
- Attributes
Fields
Name | Value | Description |
---|---|---|
0 | Hides moved text. |
|
wdMoveFromTextMarkDoubleStrikeThrough | 1 | Marks moved text with a double strikethrough. |
wdMoveFromTextMarkStrikeThrough | 2 | Marks moved text with a strikethrough. |
wdMoveFromTextMarkCaret | 3 | Marks moved text with a caret. |
wdMoveFromTextMarkPound | 4 | Marks moved text with a pound (number) sign. |
wdMoveFromTextMarkNone | 5 | Marks moved text with a pound (number) sign. |
wdMoveFromTextMarkBold | 6 | Marks moved text with bold formatting. |
wdMoveFromTextMarkItalic | 7 | Marks moved text with italic formatting. |
wdMoveFromTextMarkUnderline | 8 | Underlines moved text. |
wdMoveFromTextMarkDoubleUnderline | 9 | Marks moved text with a double underline. |
wdMoveFromTextMarkColorOnly | 10 | Marks moved text with color only. Use the MoveFromTextColor property to set the color of moved text. |