create_style
Create a custom style for paragraphs, characters, tables, or numbering. Specify inheritance from an existing style and set the next paragraph style.
Instructions
Create a new style in the document.
Args: name: Style name (used as styleId after removing spaces). style_type: "paragraph", "character", "table", or "numbering". based_on: Optional styleId this style inherits from. next_style: Optional styleId applied to the next paragraph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| based_on | No | ||
| next_style | No | ||
| style_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |