Skip to main content
A newer version of this page is available. .

OpenCustomNumberingListDialogCommand.execute(abstractNumberingListIndex) Method

Executes the OpenCustomNumberingListDialogCommand command with the specified parameter.

Declaration

execute(
    abstractNumberingListIndex: number
): boolean

Parameters

Name Type Description
abstractNumberingListIndex number

An integer value specifying index of abstract numbering list.

Returns

Type Description
boolean

true if the command has been successfully executed; false if the command execution has failed.

Remarks

Usage example:

richEdit.commands.openCustomNumberingListDialog.execute(0);
See Also