WdMergeFormatFrom 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 the document from which to retain formatting during a document compare function.
public enum class WdMergeFormatFrom
[System.Runtime.InteropServices.Guid("56E5F138-CFE9-30D3-BC8D-6556D487360D")]
public enum WdMergeFormatFrom
type WdMergeFormatFrom =
Public Enum WdMergeFormatFrom
- Inheritance
-
WdMergeFormatFrom
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdMergeFormatFromOriginal | 0 | Retains formatting from the original document. |
wdMergeFormatFromRevised | 1 | Retains formatting from the revised document. |
wdMergeFormatFromPrompt | 2 | Prompt the user for the document to use for formatting. |