IdxRichEditSubDocument.Paragraphs Property
In This Article
Provides access to a collection of paragraphs.
#Declaration
Delphi
property Paragraphs: IdxRichEditParagraphCollection read;
#Property Value
Type |
---|
Idx |
#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