バージョン

InsertTextRun(Int32,String) メソッド

関連する Paragraph の指定した順序位置に TextRun を挿入します。
シンタックス
'宣言
 
Public Overloads Function InsertTextRun( _
   ByVal index As System.Integer, _
   ByVal text As System.String _
) As TextRun
public TextRun InsertTextRun( 
   System.int index,
   System.string text
)

パラメータ

index
テキスト ランを挿入するこのコレクションの順序位置。
text
追加するテキスト。

戻り値の型

TextRun インスタンス。
参照

オンラインで表示: GitHub