Skip to main content

HyphenationInfo(Boolean, Boolean) Constructor

Initializes a new HyphenationInfo object with the specified settings.

Namespace: DevExpress.XtraRichEdit.Forms

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

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

Declaration

public HyphenationInfo(
    bool hyphenateDocument,
    bool hyphenateCaps
)

Parameters

Name Type Description
hyphenateDocument Boolean

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

hyphenateCaps Boolean

true to hyphenate a word in CAPS; otherwise, false.

See Also