Skip to main content
All docs
V25.1
  • HyphenationInfo(Boolean, Boolean) Constructor

    Initializes a new HyphenationInfo object with the specified settings.

    Namespace: DevExpress.XtraRichEdit.Forms

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

    NuGet Package: DevExpress.RichEdit.Core

    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