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

OpenOfficeHyphenationDictionary(Stream, CultureInfo) 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,
    CultureInfo cultureInfo
)

Parameters

Name Type Description
patternStream Stream

A stream used to load a file with hyphenation patterns.

cultureInfo CultureInfo

A dictionary’s culture information.

See Also