ListCollection Class
A collection of the List objects.
#Declaration
export class ListCollection extends Collection<List>
#Inheritance
#Methods
#create(type) Method
Creates a new List object of the specified type and adds it to the collection.
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
type | List |
The type of list. |
#Returns
Type | Description |
---|---|
List | The newly created list. |
#deleteNumeration(subDocument, interval) Method
Deletes numeration of specified paragraph(s).
#Declaration
deleteNumeration(
subDocument: SubDocument,
interval: IInterval | number
): void
#Parameters
Name | Type | Description |
---|---|---|
sub |
Sub |
A sub-document that contains the processed paragraph |
interval | number | IInterval | An interval that traverses the processed paragraph |