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)

Usage

Dim wdChevronConvertRule1 As WdChevronConvertRule = WdChevronConvertRule.wdAlwaysConvert

Syntax

Public Enum WdChevronConvertRule
public enum WdChevronConvertRule
public enum class WdChevronConvertRule
public enum WdChevronConvertRule
public enum WdChevronConvertRule

Members

Member name Description
wdAlwaysConvert The converter attempts to convert text enclosed in chevrons (« ») to mail merge fields.
wdAskToConvert The converter prompts the user to convert or not convert chevrons when a Word for the Macintosh document is opened.
wdAskToNotConvert The converter prompts the user to convert or not convert chevrons when a Word for the Macintosh document is opened.
wdNeverConvert The converter passes the text through without attempting any interpretation.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace