バージョン

GetTextInSpan(DocumentSpan,PlainTextFormatOptions) メソッド

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

パラメータ

span
ドキュメント スパン。
formatOptions
テキストの書式設定オプション。

戻り値の型

文字列値。
参照