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

OpenOfficeHyphenationDictionary(String, 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(
    string patternFileName,
    CultureInfo cultureInfo
)

Parameters

Name Type Description
patternFileName String

A name of a file with hyphenation patterns.

cultureInfo CultureInfo

A dictionary’s culture information.

See Also