apply_style_to_range
Apply a style to paragraphs specified by paraIds, using a style name or ID, and receive confirmation of the applied style and affected paragraphs.
Instructions
Apply a style to a list of paragraphs by their paraIds.
Args: para_ids: List of paragraph paraIds to update. style_name_or_id: Style name or styleId to apply.
Returns: {"applied": int, "style_id": str, "para_ids": list[str]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_ids | Yes | ||
| style_name_or_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |