Name | Description | |
---|---|---|
![]() | NWordProcessor Constructor | Default constructor. |
The following tables list the members exposed by NWordProcessor.
Name | Description | |
---|---|---|
![]() | NWordProcessor Constructor | Default constructor. |
Name | Description | |
---|---|---|
![]() | Text | Get/Sets the text, this word processor operates on. |
![]() | WordCount | Gets the total number of words in the given text. |
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. |
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. |