WdTCSCConverterDirection Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how to convert between Traditional Chinese and Simplified Chinese.
public enum class WdTCSCConverterDirection
C#
[System.Runtime.InteropServices.Guid("047ED75F-BCE6-33AF-834D-611873724A72")]
public enum WdTCSCConverterDirection
type WdTCSCConverterDirection =
Public Enum WdTCSCConverterDirection
- Inheritance
-
WdTCSCConverterDirection
- Attributes
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. |
Used with the TCSCConverter method of the Range object.
Product | Versions |
---|---|
Word primary interop assembly | Latest |