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

    Gets or sets paragraph line spacing in document measurement units. One document unit equals 1/300 of an inch.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public TextSpacing LineSpacing { get; set; }

    Property Value

    Type Description
    TextSpacing

    The line spacing for the paragraph.

    See Also