WdMergeFormatFrom Enumeration

Specifies the document from which to retain formatting during a document compare function.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdMergeFormatFrom
'Usage
Dim instance As WdMergeFormatFrom
public enum WdMergeFormatFrom

Members

Member name Description
wdMergeFormatFromOriginal Retains formatting from the original document.
wdMergeFormatFromRevised Retains formatting from the revised document.
wdMergeFormatFromPrompt Prompt the user for the document to use for formatting.

See Also

Reference

Microsoft.Office.Interop.Word Namespace