バージョン

GetParagraphs メソッド

指定したドキュメント スパンを交差する段落を取得します。
シンタックス
'宣言
 
Public Function GetParagraphs( _
   ByVal intersectSpan As DocumentSpan _
) As IEnumerable(Of ParagraphNode)
public IEnumerable<ParagraphNode> GetParagraphs( 
   DocumentSpan intersectSpan
)

パラメータ

intersectSpan
この DocumentSpan と交差する段落が返されます。スパンの長さが 0 の場合、スパンの開始を含む段落が返されます。

戻り値の型

指定したドキュメント スパンを交差する段落。
参照