バージョン

GetTextInSpan(DocumentSpan,TextWriter,PlainTextFormatOptions) メソッド

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

パラメータ

span
ドキュメント スパン。
textWriter
テキストがこのテキスト ライターに書きます。
formatOptions
テキストの書式設定オプション。
参照