バージョン

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

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

パラメータ

span
ドキュメント スパン。
sb
テキストがこの文字列ビルダーに追加されます。
formatOptions
テキストの書式設定オプション。
参照