次の方法で共有


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 メソッドと組み合わせて使用します。

適用対象