Skip to main content

IdxRichEditSubDocument.Paragraphs Property

Provides access to a collection of paragraphs.

Declaration

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