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

    Enables or disables hanging punctuation for the paragraph.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public bool? EnableHangingPunctuation { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

    true if hanging punctuation is enabled; otherwise, false.

    See Also