Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

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