WdMoveToTextMark Enum

Definition

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

wdMoveToTextMarkBold 1

Marks moved text with bold formatting.

wdMoveToTextMarkColorOnly 5

Marks moved text with color only. Use the MoveToTextColor property to set the color of moved text.

wdMoveToTextMarkDoubleStrikeThrough 7

Moved text is marked with a double strikethrough.

wdMoveToTextMarkDoubleUnderline 4

Moved text is marked with a double underline.

wdMoveToTextMarkItalic 2

Marks moved text with italic formatting.

wdMoveToTextMarkNone 0

No special formatting for moved text.

wdMoveToTextMarkStrikeThrough 6

Moved text is marked with a strikethrough.

wdMoveToTextMarkUnderline 3

Underlines moved text.

Applies to