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 |
|
Returns
| Type | Description |
|---|---|
| boolean |
|
See Also