Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditParagraphStyleCollection Interface

Exposes the collection of paragraph styles in the current document.

#Declaration

Delphi
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

See Also