OpenOfficeHyphenationDictionary(Stream) Constructor
Initializes a new instance of the OpenOfficeHyphenationDictionary object with the specified settings.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
patternStream | Stream | A stream used to load a file with hyphenation patterns. |
Remarks
The OpenOfficeHyphenationDictionary object uses the machine’s current culture information. Pass the CultureInfo object to the constructor to use specific culture information in a dictionary.
See Also