WdTCSCConverterDirection Enum

Definition

Specifies how to convert between Traditional Chinese and Simplified Chinese.

C#
[System.Runtime.InteropServices.Guid("047ED75F-BCE6-33AF-834D-611873724A72")]
public enum WdTCSCConverterDirection
Inheritance
WdTCSCConverterDirection
Attributes

Fields

Name Value Description
wdTCSCConverterDirectionSCTC 0

Convert from Simplified Chinese to Traditional Chinese.

wdTCSCConverterDirectionTCSC 1

Convert from Traditional Chinese to Simplified Chinese.

wdTCSCConverterDirectionAuto 2

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

Remarks

Used with the TCSCConverter method of the Range object.

Applies to

Product Versions
Word primary interop assembly Latest