FileConverters.ConvertMacWordChevrons Property

Controls whether text enclosed in chevron characters (« ») is converted to merge fields.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ConvertMacWordChevrons As WdChevronConvertRule
    Get
    Set
'Usage
Dim instance As FileConverters
Dim value As WdChevronConvertRule

value = instance.ConvertMacWordChevrons

instance.ConvertMacWordChevrons = value
WdChevronConvertRule ConvertMacWordChevrons { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdChevronConvertRule

Remarks

Microsoft Word for the Macintosh version 4.0 and 5.x documents use chevron characters to denote mail merge fields.

See Also

Reference

FileConverters Interface

FileConverters Members

Microsoft.Office.Interop.Word Namespace