NWordProcessor Class Members
In This Topic
The following tables list the members exposed by NWordProcessor.
Public Constructors
Public Properties
| Name | Description |
| Text | Get/Sets the text, this word processor operates on. |
| WordCount | Gets the total number of words in the given text. |
Top
Public Methods
| Name | Description |
| GetWord | Gets the word at the specified index. |
| GetWordIndex | Gets the word index of the word the given position in the string is part of. |
| GetWordRange | Gets the start and end char indices of the word at the specified index. |
Top
Protected Methods
| Name | Description |
| IsWordBreak | Checks whether the given character is a word break character for the word processor or not. |
| OnTextChanged | Called when the text this word processor operates on has changed. |
Top
See Also