Expand Minimize
This topic has not yet been rated - Rate this topic

WdChevronConvertRule Enumeration

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)
public enum WdChevronConvertRule
Member nameDescription
wdNeverConvertThe converter passes the text through without attempting any interpretation.
wdAlwaysConvertThe converter attempts to convert text enclosed in chevrons (« ») to mail merge fields.
wdAskToNotConvertThe converter prompts the user to convert or not convert chevrons when a Word for the Macintosh document is opened.
wdAskToConvertThe converter prompts the user to convert or not convert chevrons when a Word for the Macintosh document is opened.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.