ClassFindResult
Search result containing the matched text, its location across one or more runs, and character indices for precise range identification.
Definition
Namespace:Telerik.Windows.Documents.Flow.TextSearch
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
public class FindResult
Inheritance: objectFindResult
Properties
FullMatchText
Complete matched text assembled from all runs in the match, reconstructing the original search result.
RelativeEndIndex
Zero-based character index of the match end within the last run's text, identifying where the matched text concludes.
RelativeStartIndex
Zero-based character index of the match start within the first run's text, identifying where the matched text begins.
Runs
Collection of consecutive runs containing the matched text; single-run matches return one run, multi-run matches span multiple runs.
Declaration
public ReadOnlyCollection<Run> Runs { get; }
Property Value