update_style
Update the basedOn and next properties of an existing style in a Word document to control style chaining and hierarchy.
Instructions
Update an existing style's basedOn and/or next properties.
Args: name: Style name or styleId (case-insensitive). based_on: New basedOn styleId (replaces existing). next_style: New next styleId (replaces existing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| based_on | No | ||
| next_style | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |