Skip to main content
All docs
V25.2
  • TextStyle.Level8ParagraphProperties Property

    Gets or sets the paragraph properties for paragraphs at the eighth level.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public ParagraphProperties Level8ParagraphProperties { get; set; }

    Property Value

    Type Description
    ParagraphProperties

    Paragraph properties.

    Remarks

    For additional information, refer to the following section: Specify Paragraph Indent Level.

    See Also