C1.Silverlight.SpellChecker Namespace : CharRange Class |
The following tables list the members exposed by CharRange.
Name | Description | |
---|---|---|
CharRange Constructor | Initializes a new instance of a CharRange. |
Name | Description | |
---|---|---|
Duplicate | Gets whether this CharRange contains the same string as the previous one. | |
End | Gets the end index of the string represented by this CharRange. | |
Length | Gets the length of the string represented by this CharRange. | |
Start | Gets the starting index of the string represented by this CharRange within the text. | |
Text | Gets the string represented by this CharRange. |
Name | Description | |
---|---|---|
Equals | Determines whether this CharRange is equal to another. | |
ExpandOverWhitespace | Extends a CharRange over whitespace. | |
GetHashCode | Serves as a hash function for a particular type. | |
GetNextWord | Gets the next word in a string, starting from a given position. | |
GetWordAt | Gets the word at a given position in the string. | |
IsWordCharacter | Determines whether a character is spell-checkable. |