ChangeCustomNumberingListCommand.execute(abstractNumberingListIndex, listLevelSettings) Method
Executes the ChangeCustomNumberingListCommand command with the specified parameters.
Declaration
execute(
abstractNumberingListIndex: number,
listLevelSettings: ListLevelSettings[]
): boolean
Parameters
| Name | Type | Description |
|---|---|---|
| abstractNumberingListIndex | number | The numbering list index. |
| listLevelSettings | ListLevelSettings[] | An array of ListLevelSettings objects defining settings for list levels. |
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
Usage example:
richEdit.commands.changeTableBorderRepositoryItem.execute({color: "red", width: 2, style: BorderLineStyle.Dashed});
See Also