Back to Devexpress

CustomHyphenationDictionary Constructors

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-customhyphenationdictionary-dot-ctor.md

latest1.8 KB
Original Source

CustomHyphenationDictionary Constructors

Represents a custom hyphenation dictionary.

NameParametersDescription
CustomHyphenationDictionary()noneInitializes a new CustomHyphenationDictionary instance with default settings.
CustomHyphenationDictionary(Stream, CultureInfo)stream, cultureInfoInitializes a new CustomHyphenationDictionary instance with the specified settings.
CustomHyphenationDictionary(Stream)streamInitializes a new CustomHyphenationDictionary instance with the specified settings.
CustomHyphenationDictionary(String, CultureInfo)patternFileName, cultureInfoInitializes a new CustomHyphenationDictionary instance with the specified settings.
CustomHyphenationDictionary(String)patternFileNameInitializes a new CustomHyphenationDictionary instance with the specified settings.

See Also

CustomHyphenationDictionary Class

CustomHyphenationDictionary Members

DevExpress.XtraRichEdit.API.Native Namespace