WdRevisedPropertiesMark 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 how revisions are displayed when change tracking is enabled.
public enum class WdRevisedPropertiesMark
[System.Runtime.InteropServices.Guid("9E20280E-224E-3492-B547-0055D8DB19E8")]
public enum WdRevisedPropertiesMark
type WdRevisedPropertiesMark =
Public Enum WdRevisedPropertiesMark
- Inheritance
-
WdRevisedPropertiesMark
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdRevisedPropertiesMarkNone | 0 | Using a special character. |
wdRevisedPropertiesMarkBold | 1 | In bold. |
wdRevisedPropertiesMarkItalic | 2 | In italics. |
wdRevisedPropertiesMarkUnderline | 3 | With underline characters. |
wdRevisedPropertiesMarkDoubleUnderline | 4 | With double underline characters. |
wdRevisedPropertiesMarkColorOnly | 5 | In the designated color. |
wdRevisedPropertiesMarkStrikeThrough | 6 | Using strikethrough characters. |
wdRevisedPropertiesMarkDoubleStrikeThrough | 7 | Using double-strikethrough characters. |