バージョン

AddTextRun(String,Font) メソッド

関連付けられた ParagraphTextRun を追加します。
シンタックス
'宣言
 
Public Overloads Function AddTextRun( _
   ByVal text As String, _
   ByVal font As Infragistics.Documents.Word.Font _
) As Infragistics.Documents.Word.TextRun
public Infragistics.Documents.Word.TextRun AddTextRun( 
   string text,
   Infragistics.Documents.Word.Font font
)

パラメータ

text
追加するテキスト。
font
結果のテキスト ランの書式属性を定義する Font インスタンス。

戻り値の型

TextRun インスタンス。
参照