WdRevisionsMarkup 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.
Constants that represent the extent of markup visible in the document, returned by and passed to the RevisionsFilter.MarkupProperty(Word) property.
public enum class WdRevisionsMarkup
[System.Runtime.InteropServices.Guid("E775B5AE-2434-4F43-8F25-A9A4BBB2243D")]
public enum WdRevisionsMarkup
type WdRevisionsMarkup =
Public Enum WdRevisionsMarkup
- Inheritance
-
WdRevisionsMarkup
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdRevisionsMarkupNone | 0 | Displays the final document with no markup visible. |
wdRevisionsMarkupSimple | 1 | Displays the final document in simple markup: with revisions incorporated, but with no markup visible. |
wdRevisionsMarkupAll | 2 | Displays the final document with all markup visible. |