List Class
Defines a list in the document.
#Declaration
export class List
#Properties
#index Property
Gets the zero-based index of the list in the lists collection.
#Declaration
get index(): number
#Property Value
Type | Description |
---|---|
number | The list index. |
#levelProperties Property
Provides access to the level properties for the current list.
#Declaration
get levelProperties(): ListLevelSettings[]
set levelProperties(settings: ListLevelSettings[])
#Property Value
Type | Description |
---|---|
List |
An object that contains the level properties. |
#type Property
Gets the type of the list.
#Declaration
get type(): ListType
#Property Value
Type | Description |
---|---|
List |
The list type. |