WdShowSourceDocuments Enum

Definition

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

wdShowSourceDocumentsBoth 3

Shows both original and revised documents.

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.

Applies to