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 rules for converting text enclosed in chevron characters (« ») to merge fields.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdChevronConvertRule
'Usage
Dim instance As WdChevronConvertRule
public enum WdChevronConvertRule
Members
| Member name | Description | |
|---|---|---|
| wdNeverConvert | The converter passes the text through without attempting any interpretation. | |
| wdAlwaysConvert | The converter attempts to convert text enclosed in chevrons (« ») to mail merge fields. | |
| wdAskToNotConvert | The converter prompts the user to convert or not convert chevrons when a Word for the Macintosh document is opened. | |
| wdAskToConvert | The converter prompts the user to convert or not convert chevrons when a Word for the Macintosh document is opened. |