CompatibilitySettings.AllowHyphenationAtTrackBottom Property
Gets or sets whether a line that ends with a hyphenated word is allowed to be the last line in a page or column.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | True, if a line that ends with a hyphenated word is allowed to be the last line in a page or column; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowHyphenationAtTrackBottom |
---|---|
Document |
|
Remarks
If the AllowHyphenationAtTrackBottom value is false, then the CompatibilitySettings.UseWord2013TrackBottomHyphenation setting applies.
See Also