WdInsertedTextMark 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.
Specifies the format of text that is inserted while change tracking is enabled.
public enum class WdInsertedTextMark
[System.Runtime.InteropServices.Guid("1A98AA4F-A0F3-3980-9A55-0B958B6C8158")]
public enum WdInsertedTextMark
type WdInsertedTextMark =
Public Enum WdInsertedTextMark
- Inheritance
-
WdInsertedTextMark
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdInsertedTextMarkNone | 0 | Inserted text is not marked up. |
wdInsertedTextMarkBold | 1 | Inserted text is displayed in bold. |
wdInsertedTextMarkItalic | 2 | Inserted text is displayed in italics. |
wdInsertedTextMarkUnderline | 3 | Inserted text is underlined. |
wdInsertedTextMarkDoubleUnderline | 4 | Inserted text is marked up by using double-underline characters. |
wdInsertedTextMarkColorOnly | 5 | Inserted text is displayed in a specified color. |
wdInsertedTextMarkStrikeThrough | 6 | Inserted text is marked up by using strikethrough characters. |
wdInsertedTextMarkDoubleStrikeThrough | 7 | Inserted text is marked up by using double-strikethrough characters. |