Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public interface IWordProc |
Visual Basic |
---|
Public Interface IWordProc |
Remarks
Word processor is used to detemrine boundary of words or to determine how words at right edge of text area should be wrapped. Typical usage of word processor is moving caret between words, selecting or deleting words, and line wrapping.
Azuki provides only one built-in word processor - DefaultWordProc. DefaultWordProc is used by default and is capable to handle Japanese kinsoku-shori and general word wrapping. If you need to change how Azuki recognizes words, implement an original word processor and then set it to Document.WordProc property. To implement a word processor, DefaultWordProc can be used as a base class.