Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

OpenOfficeHyphenationDictionary(Stream) Constructor

Initializes a new instance of the OpenOfficeHyphenationDictionary object with the specified settings.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public OpenOfficeHyphenationDictionary(
    Stream patternStream
)

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