Back to Devexpress

OpenOfficeHyphenationDictionary.RightHyphenMin Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-openofficehyphenationdictionary-78eef34b.md

latest1.5 KB
Original Source

OpenOfficeHyphenationDictionary.RightHyphenMin Property

Specifies the minimum number of characters that must appear after the last hyphen.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public int RightHyphenMin { get; set; }
vb
Public Property RightHyphenMin As Integer

Property Value

TypeDescription
Int32

An integer specifying the minimal hyphenation distance.

|

Remarks

Use the RightHyphenMin property to specify the number of characters at the end of a word that should not be divided. The property’s default value is 2.

See Also

OpenOfficeHyphenationDictionary Class

OpenOfficeHyphenationDictionary Members

DevExpress.XtraRichEdit.API.Native Namespace