Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

#Declaration

bool UseWord2013TrackBottomHyphenation { get; set; }

#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
.CompatibilitySettings .UseWord2013TrackBottomHyphenation

#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.

See Also