Returns an array of all hyphenation points for a word. Using the first implementation these points are calculated 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 Function GetHyphenationPoints(ByVal word As String) As Integer()
public int[] GetHyphenationPoints(string word, System.Globalization.CultureInfo language);
Public Function GetHyphenationPoints(ByVal word As String, language As System.Globalization.CultureInfo) As Integer()
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.