Back to Devexpress

Paragraph.SuppressHyphenation Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraph-e94b2b4d.md

latest1.2 KB
Original Source

Paragraph.SuppressHyphenation Property

Gets or sets a value indicating whether a paragraph can be hyphenated.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public abstract bool SuppressHyphenation { get; set; }
vb
Public MustOverride Property SuppressHyphenation As Boolean

Property Value

TypeDescription
Boolean

true to suppress hyphenation; false to enable hyphenation.

|

See Also

Paragraph Class

Paragraph Members

DevExpress.XtraRichEdit.API.Native Namespace