WdChevronConvertRule 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 rules for converting text enclosed in chevron characters (« ») to merge fields.
public enum class WdChevronConvertRule
[System.Runtime.InteropServices.Guid("7B607C60-CFFC-318E-BDB6-60B025B19545")]
public enum WdChevronConvertRule
type WdChevronConvertRule =
Public Enum WdChevronConvertRule
- Inheritance
-
WdChevronConvertRule
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdNeverConvert | 0 | The converter passes the text through without attempting any interpretation. |
wdAlwaysConvert | 1 | The converter attempts to convert text enclosed in chevrons (« ») to mail merge fields. |
wdAskToNotConvert | 2 | The converter prompts the user to convert or not convert chevrons when a Word for the Macintosh document is opened. |
wdAskToConvert | 3 | The converter prompts the user to convert or not convert chevrons when a Word for the Macintosh document is opened. |