Share via


Range.TCSCConverter Method

Converts the specified range from Traditional Chinese to Simplified Chinese or vice versa.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub TCSCConverter ( _
    WdTCSCConverterDirection As WdTCSCConverterDirection, _
    CommonTerms As Boolean, _
    UseVariants As Boolean _
)
'Usage
Dim instance As Range
Dim WdTCSCConverterDirection As WdTCSCConverterDirection
Dim CommonTerms As Boolean
Dim UseVariants As Boolean

instance.TCSCConverter(WdTCSCConverterDirection, _
    CommonTerms, UseVariants)
void TCSCConverter(
    WdTCSCConverterDirection WdTCSCConverterDirection,
    bool CommonTerms,
    bool UseVariants
)

Parameters

  • CommonTerms
    Type: System.Boolean
    Optional Boolean. True if Microsoft Word converts common expressions intact rather than converting on a character-by-character basis.
  • UseVariants
    Type: System.Boolean
    Optional Boolean. True if Word uses Taiwan, Hong Kong SAR, and Macao SAR character variants. Can only be used if translating from Simplified Chinese to Traditional Chinese.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace