Returns an array of all hyphenation points for a word. Using the first implementation these points are caluclated by applying the default hyphenation list. The second implementation uses a hyphenation list of the TXSpell.
Introduced: 4.0.
public int[] GetHyphenationPoints(string word);
public int[] GetHyphenationPoints(string word, System.Globalization.CultureInfo language);
Parameter | Description |
---|---|
word | The word to hyphenate. |
language | The language, which is used to calculate the hyphenation points. If the TXSpell. |
An array of all hyphenation points for the defined word.