バージョン

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

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

パラメータ

span
ドキュメント スパン。
textReader
テキストがこのテキスト ライターから読み込みます。
formatOptions
テキストの書式設定オプション。
参照