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

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

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public TextParagraphProperties ParagraphProperties { get; set; }

    Property Value

    Type Description
    TextParagraphProperties

    Paragraph properties.

    Remarks

    Different presentation viewers may prioritize text styles differently and use either TextArea.ParagraphProperties or TextArea.Level1ParagraphProperties to display top-level text.

    See Also