WdMoveToTextMark 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-to text when text in a document with tracked changes is moved from one place to another.
public enum class WdMoveToTextMark
[System.Runtime.InteropServices.Guid("F3AE6A1B-BB9F-3258-AAB9-87D6BAF4C3A3")]
public enum WdMoveToTextMark
type WdMoveToTextMark =
Public Enum WdMoveToTextMark
- Inheritance
-
WdMoveToTextMark
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdMoveToTextMarkNone | 0 | No special formatting for moved text. |
wdMoveToTextMarkBold | 1 | Marks moved text with bold formatting. |
wdMoveToTextMarkItalic | 2 | Marks moved text with italic formatting. |
wdMoveToTextMarkUnderline | 3 | Underlines moved text. |
wdMoveToTextMarkDoubleUnderline | 4 | Moved text is marked with a double underline. |
wdMoveToTextMarkColorOnly | 5 | Marks moved text with color only. Use the MoveToTextColor property to set the color of moved text. |
wdMoveToTextMarkStrikeThrough | 6 | Moved text is marked with a strikethrough. |
wdMoveToTextMarkDoubleStrikeThrough | 7 | Moved text is marked with a double strikethrough. |