CompatibilitySettings.UseWord2013TrackBottomHyphenation Property
Gets or sets whether the line containing a hyphenated word which ends a page or column is displayed on the following 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 the line containing such a hyphenated word is displayed on the following page or column; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to UseWord2013TrackBottomHyphenation |
---|---|
Document |
|
Remarks
The UseWord2013TrackBottomHyphenation property specifies the layout of documents in which a hyphenated word ends a page or column, as follows:
UseWord2013TrackBottomHyphenation = True | UseWord2013TrackBottomHyphenation = False |
---|---|
The line containing such a hyphenated word is displayed on the following page or column. | A hyphenated word is displayed on the following page or column but the rest of the line that contained it is displayed on the previous page. |
If the CompatibilitySettings.AllowHyphenationAtTrackBottom property value is true, the UseWord2013TrackBottomHyphenation value is ignored.