HyphenationDictionary Class
Represents a base class for the hyphenation dictionary classes.
- Inheritance:
- System.ObjectHyphenationDictionary
- Derived
Methods
Hyphenate(String)
Hyphenates a specific word.
public abstract IList<int> Hyphenate(string word)
Public MustOverride Function Hyphenate(word As String) As IList(Of Integer)
Parameters
word
- System.String
A word to be hyphenated.
Returns
- System.Collections.Generic.IList<System.Int32>
A list of positions in a word where it can be hyphenated.