Skip to main content
All docs
V26.1
  • TextParagraphProperties.EnableLatinLineBreaks Property

    Enables or disables Latin line breaks for the paragraph.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public bool? EnableLatinLineBreaks { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

    true if Latin line breaks are enabled; otherwise, false.

    See Also