Skip to main content

SpellCheckerDictionaryBase.FillAlphabetFromStream(Stream) Method

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

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

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