create_style
Create a document style with specified name and type, optionally inheriting from or linking to another 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 | ||
| style_type | Yes | ||
| based_on | No | ||
| next_style | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |