Skip to main content

InsertNumerationCommand.execute(numberingListIndex) Method

Executes the ChangePageMarginsCommand command with the specified parameters.

Declaration

execute(
    numberingListIndex: number,
    isAbstractNumberingList?: boolean
): boolean

Parameters

Name Type Description
numberingListIndex number

The list index.

isAbstractNumberingList boolean

true, for abstract lists; otherwise, false.

Returns

Type Description
boolean

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

See Also