OpenCustomNumberingListDialogCommand.execute(abstractNumberingListIndex) Method
Executes the OpenCustomNumberingListDialogCommand command with the specified parameter.
Declaration
execute(
abstractNumberingListIndex: number
): boolean
Parameters
| Name | Type | Description |
|---|---|---|
| abstractNumberingListIndex | number | The index of an abstract numbering list. |
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
Usage example:
richEdit.commands.openCustomNumberingListDialog.execute(0);
See Also