WdTCSCConverterDirection Enumeration
Specifies how to convert between Traditional Chinese and Simplified Chinese.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdTCSCConverterDirection
'Usage
Dim instance As WdTCSCConverterDirection
public enum WdTCSCConverterDirection
Members
Member name | Description | |
---|---|---|
wdTCSCConverterDirectionSCTC | Convert from Simplified Chinese to Traditional Chinese. | |
wdTCSCConverterDirectionTCSC | Convert from Traditional Chinese to Simplified Chinese. | |
wdTCSCConverterDirectionAuto | Convert in the appropriate direction based on the detected language of the specified range. |
Remarks
Used with the TCSCConverter method of the Range object.