Back to Devexpress

IdxRichEditParagraphStyleCollection Interface

vcl-dxrichedit-dot-nativeapi-5e08f9a0.md

latest2.3 KB
Original Source

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

IInterface IdxReadOnlyList<T> IdxRichEditStyleCollection<T> IdxRichEditParagraphStyleCollection

See Also

IdxRichEditCharacterStyleCollection

IdxRichEditTableStyleCollection

IdxRichEditParagraphStyleCollection Members

dxRichEdit.NativeApi Unit