Skip to main content

OpenOfficeHyphenationDictionary(Stream) Constructor

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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