vcl-dxrichedit-dot-nativeapi-5e08f9a0.md
Exposes the collection of paragraph styles in the current document.
IdxRichEditParagraphStyleCollection = interface(IdxRichEditStyleCollection<IdxRichEditParagraphStyle>)
This interface instantiates its ancestor with the IdxRichEditParagraphStyle type without introducing any new members. The IdxRichEditParagraphStyleCollection interface provides access to members that allow you to:
Create a new paragraph style (CreateNew).
Mark a specific style as deleted (Delete).
Add a style to the current document’s paragraph style collection (Add);
Obtain the number of paragraph styles in the collection (Count);
Access a specific paragraph style by its name (GetItem).
The IdxRichEditParagraphStyle interface is referenced by the ParagraphStyles property and the GetParagraphStyles function provided by the IdxRichEditDocument interface.
IInterface IdxReadOnlyList<T> IdxRichEditStyleCollection<T> IdxRichEditParagraphStyleCollection
See Also
IdxRichEditCharacterStyleCollection
IdxRichEditTableStyleCollection