IdxRichEditParagraphStyleCollection Interface
Exposes the collection of paragraph styles in the current document.
Declaration
IdxRichEditParagraphStyleCollection = interface(IdxRichEditStyleCollection<IdxRichEditParagraphStyle>)
Remarks
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.
Inheritance
IInterface
IdxReadOnlyList<T>
IdxRichEditStyleCollection<T>
IdxRichEditParagraphStyleCollection
See Also