Back to Devexpress

CompatibilitySettings.UseWord2013TrackBottomHyphenation Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-compatibilitysettings-dot-useword2013trackbottomhyphenation.md

latest2.5 KB
Original Source

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool UseWord2013TrackBottomHyphenation { get; set; }
vb
Property UseWord2013TrackBottomHyphenation As Boolean

Property Value

TypeDescription
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 TypePath 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 = TrueUseWord2013TrackBottomHyphenation = 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

CompatibilitySettings Interface

CompatibilitySettings Members

DevExpress.XtraRichEdit.API.Native Namespace