[]
Specifies the word boundary detection algorithm for text justification and text trimming.
public enum WordBoundaryRules
Public Enum WordBoundaryRules
| Name | Description |
|---|---|
| Simplified | Simplified word boundary rules not allowing to split words on any characters other than white spaces. |
| Unicode | Set word boundaries in accordance with the Unicode text segmentation algorithm (see a Unicode Standard Annex #29). |