Back to Devexpress

IdxRichEditSubDocument.Paragraphs Property

vcl-dxrichedit-dot-nativeapi-dot-idxricheditsubdocument-3802b9f3.md

latest912 B
Original Source

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

IdxRichEditSubDocument Interface

IdxRichEditSubDocument Members

dxRichEdit.NativeApi Unit