apply_style_to_range
Apply a specified style to multiple paragraphs using their unique paragraph IDs. Format targeted paragraphs with a single function call.
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 |