Class WordInfo
Represents information about a word found during text search operations.
Inheritance
Namespace: Telerik.Windows.Documents.TextSearch
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class WordInfo : Object
Properties
Word
Represents a word in the text search functionality of the Telerik library. Contains properties and methods to retrieve information about the word.
Declaration
public string Word { get; }
Property Value
System.String
|
WordPosition
Represents the position of a word within a text document. This information is used for searching and indexing text content in the document.
Declaration
public TextRange WordPosition { get; }
Property Value
TextRange
|