Skip to main content
All docs
V26.1
  • OfficeTextArea.Level6ParagraphProperties Property

    Gets or sets the paragraph properties for level 6 paragraphs in the text area.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public TextParagraphProperties Level6ParagraphProperties { get; set; }

    Property Value

    Type Description
    TextParagraphProperties

    Paragraph properties.

    Remarks

    Use the TextParagraphProperties.ListIndentLevel property to specify the indent level of a paragraph.

    See Also