Skip to main content

IdxRichEditDocument.AbstractNumberingLists Property

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

Declaration

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