バージョン

FormattedText コンストラクタ

FormattedText クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal unformattedString As System.String _
)
public FormattedText( 
   System.string unformattedString
)

パラメータ

unformattedString
このシェイプに表示される文字列です。文字列の各行は、Paragraphs コレクションの別個の段落に配置されます。
例外
例外解説
System.ArgumentNullExceptionunformattedString が null です。
参照

オンラインで表示: GitHub