Version

GetParagraphs Method

Gets the paragraphs intersecting the specified document span.
Syntax
'Declaration
 
Public Function GetParagraphs( _
   ByVal intersectSpan As DocumentSpan _
) As IEnumerable(Of ParagraphNode)
public IEnumerable<ParagraphNode> GetParagraphs( 
   DocumentSpan intersectSpan
)

Parameters

intersectSpan
Paragraphs intersecting this DocumentSpan will be returned. If the span is length of 0 then the paragraph containing the span's start is returned.

Return Value

Paragraphs that intersect the specified document span.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also