SpellCheckerDictionaryBase.FillAlphabetFromStream(Stream) Method
Loads the alphabet from the specified stream into the current SpellCheckerDictionaryBase object.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream object which stores the alphabet. |
Remarks
The alphabet is a language and culture specific ordered set of characters. It is used to construct word derivatives and sort them.
See Also