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