WdRevisionsView 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 whether Word displays the original version of a document or a version with revisions and formatting changes applied.
public enum class WdRevisionsView
[System.Runtime.InteropServices.Guid("42CE0331-0571-3322-AEB3-2309B4794847")]
public enum WdRevisionsView
type WdRevisionsView =
Public Enum WdRevisionsView
- Inheritance
-
WdRevisionsView
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdRevisionsViewFinal | 0 | Displays the document with formatting and content changes applied. |
wdRevisionsViewOriginal | 1 | Displays the document before changes were made. |