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

IdxRichEditDocument.AbstractNumberingLists Property

Provides access to the collection of abstract numbering lists in the opened document.

#Declaration

Delphi
property AbstractNumberingLists: IdxRichEditAbstractNumberingListCollection read;

#Property Value

Type
IdxRichEditAbstractNumberingListCollection

#Remarks

Abstract numbering definitions are used to determine both the appearance and behavior of numbered lists in the document. For detailed information on abstract numbering lists, refer to the IdxRichEditAbstractNumberingListCollection interface description.

See Also