WdShowSourceDocuments 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 to display source documents when two documents are compared using the Word Compare functions.
public enum class WdShowSourceDocuments
[System.Runtime.InteropServices.Guid("57AB7683-4274-37C0-944C-6F14A1980B4D")]
public enum WdShowSourceDocuments
type WdShowSourceDocuments =
Public Enum WdShowSourceDocuments
- Inheritance
-
WdShowSourceDocuments
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdShowSourceDocumentsNone | 0 | Shows neither the original nor the revised documents for the source document used in a Compare function. |
wdShowSourceDocumentsOriginal | 1 | Shows the original document only. |
wdShowSourceDocumentsRevised | 2 | Shows the revised document only. |
wdShowSourceDocumentsBoth | 3 | Shows both original and revised documents. |