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

    Returns a collection of paragraphs in the text area.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public TextParagraphCollection Paragraphs { get; }

    Property Value

    Type Description
    TextParagraphCollection

    A collection of paragraphs in the text area.

    See Also