Back to Devexpress

TextAreaBase.Paragraphs Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-textareabase-8f62e83d.md

latest1.3 KB
Original Source

TextAreaBase.Paragraphs Property

Returns a collection of paragraphs in the text area.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public ParagraphCollection Paragraphs { get; }
vb
Public ReadOnly Property Paragraphs As ParagraphCollection

Property Value

TypeDescription
ParagraphCollection

A collection of paragraphs in the text area.

|

See Also

DevExpress Presentation API Library: Work with Shape Text

TextAreaBase Class

TextAreaBase Members

DevExpress.Docs.Presentation Namespace