Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditSubDocument.Paragraphs Property

Provides access to a collection of paragraphs.

#Declaration

Delphi
property Paragraphs: IdxRichEditParagraphCollection read;

#Property Value

Type
IdxRichEditParagraphCollection

#Remarks

Use this property insert paragraphs into the current document and add/remove bulleted and numbered lists to/from paragraph(s). For detailed information on options provided by the document’s paragraph collection, refer to the IdxRichEditParagraphCollection interface description.

See Also