Back to Devexpress

CompatibilitySettings.AllowHyphenationAtTrackBottom Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-compatibilitysettings-273da75e.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
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 TypePath to AllowHyphenationAtTrackBottom
Document

.CompatibilitySettings .AllowHyphenationAtTrackBottom

|

Remarks

If the AllowHyphenationAtTrackBottom value is false, then the CompatibilitySettings.UseWord2013TrackBottomHyphenation setting applies.

See Also

CompatibilitySettings Interface

CompatibilitySettings Members

DevExpress.XtraRichEdit.API.Native Namespace