WdTCSCConverterDirection Enum

Definition

Specifies how to convert between Traditional Chinese and Simplified Chinese.

public enum class WdTCSCConverterDirection
[System.Runtime.InteropServices.Guid("047ED75F-BCE6-33AF-834D-611873724A72")]
public enum WdTCSCConverterDirection
type WdTCSCConverterDirection = 
Public Enum WdTCSCConverterDirection
Inheritance
WdTCSCConverterDirection
Attributes

Fields

wdTCSCConverterDirectionAuto 2

Convert in the appropriate direction based on the detected language of the specified range.

wdTCSCConverterDirectionSCTC 0

Convert from Simplified Chinese to Traditional Chinese.

wdTCSCConverterDirectionTCSC 1

Convert from Traditional Chinese to Simplified Chinese.

Remarks

Used with the TCSCConverter method of the Range object.

Applies to