Skip to main content
A newer version of this page is available. .

SpellCheckerDictionaryBase.FillAlphabetFromStream(Stream) Method

Loads the alphabet from the specified stream into the current SpellCheckerDictionaryBase object.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v18.2.Core.dll

Declaration

public virtual void FillAlphabetFromStream(
    Stream stream
)

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