Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how to display source documents when two documents are compared using the Word Compare functions.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdShowSourceDocuments
'Usage
Dim instance As WdShowSourceDocuments
public enum WdShowSourceDocuments
Members
| Member name | Description | |
|---|---|---|
| wdShowSourceDocumentsNone | Shows neither the original nor the revised documents for the source document used in a Compare function. | |
| wdShowSourceDocumentsOriginal | Shows the original document only. | |
| wdShowSourceDocumentsRevised | Shows the revised document only. | |
| wdShowSourceDocumentsBoth | Shows both original and revised documents. |