aspnetcore-js-devexpress-dot-richedit-ce443acc.md
A collection of the List objects.
export class ListCollection extends Collection<List>
Collection<T> ListCollection
Creates a new List object of the specified type and adds it to the collection.
create(
type: ListType
): List
| Name | Type | Description |
|---|---|---|
| type | ListType |
The type of list.
|
| Type | Description |
|---|---|
| List |
The newly created list.
|
Deletes numeration of specified paragraph(s).
deleteNumeration(
subDocument: SubDocument,
interval: IInterval | number
): void
| Name | Type | Description |
|---|---|---|
| subDocument | SubDocument |
A sub-document that contains the processed paragraph(s).
| | interval | number | IInterval |
An interval that traverses the processed paragraph(s) or a position in the paragraph.
|