WdTCSCConverterDirection 枚举

定义

指定在繁体中文和简体中文之间进行转换的方式。

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

字段

wdTCSCConverterDirectionAuto 2

根据在指定区域检测到的语言,进行相应方向的转换。

wdTCSCConverterDirectionSCTC 0

将简体中文转换为繁体中文。

wdTCSCConverterDirectionTCSC 1

将繁体中文转换为简体中文。

注解

Range 对象的 TCSCConverter 方法一起使用。

适用于