Range.TCSCConverter(WdTCSCConverterDirection, Boolean, Boolean) Method
Definition
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.
Converts the specified range from Traditional Chinese to Simplified Chinese or vice versa.
public void TCSCConverter (Microsoft.Office.Interop.Word.WdTCSCConverterDirection WdTCSCConverterDirection = Microsoft.Office.Interop.Word.WdTCSCConverterDirection.wdTCSCConverterDirectionAuto, bool CommonTerms = false, bool UseVariants = false);
abstract member TCSCConverter : Microsoft.Office.Interop.Word.WdTCSCConverterDirection * bool * bool -> unit
Public Sub TCSCConverter (Optional WdTCSCConverterDirection As WdTCSCConverterDirection = Microsoft.Office.Interop.Word.WdTCSCConverterDirection.wdTCSCConverterDirectionAuto, Optional CommonTerms As Boolean = false, Optional UseVariants As Boolean = false)
Parameters
- WdTCSCConverterDirection
- WdTCSCConverterDirection
Optional WdTCSCConverterDirection.
- CommonTerms
- Boolean
Optional Boolean. True if Microsoft Word converts common expressions intact rather than converting on a character-by-character basis.
- UseVariants
- 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.