Skip to main content
All docs
V25.1
  • OpenOfficeHyphenationDictionary(Stream) Constructor

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

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.RichEdit.v25.1.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