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

    Enables or disables hanging punctuation for the paragraph.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool? EnableHangingPunctuation { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

    true if hanging punctuation is enabled; otherwise, false.

    See Also