copy_style
Deep-copy an existing style to create a new one by specifying the source style name or ID and the new name, preserving all formatting settings.
Instructions
Deep-copy an existing style under a new name.
Args: source_name_or_id: Name or styleId of the style to copy. new_name: Name for the new style (spaces stripped for styleId).
Returns: {"style_id": str, "name": str, "type": str}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_name_or_id | Yes | ||
| new_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |