WdMoveFromTextMark Enum

Definition

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

wdMoveFromTextMarkBold 6

Marks moved text with bold formatting.

wdMoveFromTextMarkCaret 3

Marks moved text with a caret.

wdMoveFromTextMarkColorOnly 10

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

wdMoveFromTextMarkDoubleStrikeThrough 1

Marks moved text with a double strikethrough.

wdMoveFromTextMarkDoubleUnderline 9

Marks moved text with a double underline.

wdMoveFromTextMarkHidden 0

Hides moved text.

wdMoveFromTextMarkItalic 7

Marks moved text with italic formatting.

wdMoveFromTextMarkNone 5

Marks moved text with a pound (number) sign.

wdMoveFromTextMarkPound 4

Marks moved text with a pound (number) sign.

wdMoveFromTextMarkStrikeThrough 2

Marks moved text with a strikethrough.

wdMoveFromTextMarkUnderline 8

Underlines moved text.

Applies to