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)

Usage

Dim wdTCSCConverterDirection1 As WdTCSCConverterDirection = WdTCSCConverterDirection.wdTCSCConverterDirectionAuto

Syntax

Public Enum WdTCSCConverterDirection
public enum WdTCSCConverterDirection
public enum class WdTCSCConverterDirection
public enum WdTCSCConverterDirection
public enum WdTCSCConverterDirection

Members

Member name Description
wdTCSCConverterDirectionAuto Convert in the appropriate direction based on the detected language of the specified range.
wdTCSCConverterDirectionSCTC Convert from Simplified Chinese to Traditional Chinese.
wdTCSCConverterDirectionTCSC Convert from Traditional Chinese to Simplified Chinese.

Remarks

Used with the TCSCConverter method of the Range object.

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