Version

GetRuns Method

Gets the RunNodes intersecting the specified document span.
Syntax
'Declaration
 
Public Function GetRuns( _
   ByVal intersectSpan As DocumentSpan, _
   Optional ByVal fullyContainedRunsOnly As Boolean _
) As IEnumerable(Of RunNode)

Parameters

intersectSpan
RunNodes intersecting this DocumentSpan will be returned. If the span is length of 0 then the run containing the span's start is returned.
fullyContainedRunsOnly
If true then returns only the runs that are fully contained in the specified span.

Return Value

RunNodes 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