Skip to main content
All docs
V25.2
  • ParagraphProperties.EnableEastAsianLineBreaks Property

    Enables or disables East Asian line breaks for the paragraph.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool? EnableEastAsianLineBreaks { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

    true if East Asian line breaks are enabled; otherwise, false.

    See Also