Skip to main content
All docs
V26.1
  • OpenOfficeHyphenationDictionary(String) Constructor

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

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.RichEdit.v26.1.Core.dll

    Declaration

    public OpenOfficeHyphenationDictionary(
        string patternFileName
    )

    Parameters

    Name Type Description
    patternFileName String

    A name of a file with hyphenation patterns.

    See Also