HyphenationInfo(Boolean, Boolean) Constructor
Initializes a new HyphenationInfo object with the specified settings.
Namespace: DevExpress.XtraRichEdit.Forms
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
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