Word for WPF
IsCJK メソッド

C1.WPF.Word.4.5.2 アセンブリ > C1.WPF.Word.Objects 名前空間 > RtfString クラス : IsCJK メソッド
テキスト文字列。
テキスト文字列が CJK(中国語、日本語、韓国語)かどうか。
シンタックス
'宣言
 
Public Shared Function IsCJK( _
   ByVal text As System.String _
) As System.Boolean
public static System.bool IsCJK( 
   System.string text
)

パラメータ

text
テキスト文字列。

戻り値の型

テキスト文字列が CJK の場合は true、そうでない場合は false。
参照

RtfString クラス
RtfString メンバ