HyphenationInfo(Boolean, Boolean) Constructor
Initializes a new HyphenationInfo object with the specified settings.
Namespace: DevExpress.XtraRichEdit.Forms
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
hyphenateDocument | Boolean | true, to hyphenate words in a document; otherwise, false. |
hyphenateCaps | Boolean | true to hyphenate a word in CAPS; otherwise, false. |
See Also