バージョン

SetTextInSpan(DocumentSpan,String,PlainTextFormatOptions) メソッド

指定したドキュメント スパンのテキストを設定します。
シンタックス
'宣言
 
Public Overloads Sub SetTextInSpan( _
   ByVal span As DocumentSpan, _
   ByVal text As String, _
   Optional ByVal formatOptions As PlainTextFormatOptions _
) 
public void SetTextInSpan( 
   DocumentSpan span,
   string text,
   PlainTextFormatOptions formatOptions
)

パラメータ

span
ドキュメント スパン。
text
スパンに設定するテキスト。
formatOptions
テキストの書式設定オプション。
参照