Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.13 KB

Word.WdMoveToTextMark.md

File metadata and controls

28 lines (21 loc) · 1.13 KB
title api_name ms.assetid ms.date ms.localizationpriority
WdMoveToTextMark enumeration (Word)
Word.WdMoveToTextMark
f4c302fd-5b83-d74c-b30d-89b13f6807d5
06/08/2017
medium

WdMoveToTextMark enumeration (Word)

Marks the moved-to text when text in a document with tracked changes is moved from one place to another.

Name Value Description
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.

[!includeSupport and feedback]