Skip to main content

HyphenationInfo.HyphenateDocument Property

Gets or sets whether to enable automatic hyphenation.

Namespace: DevExpress.XtraRichEdit.Forms

Assembly: DevExpress.RichEdit.v24.1.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public bool HyphenateDocument { get; set; }

Property Value

Type Description
Boolean

true, to hyphenate words in a document; otherwise, false.

See Also