docs_apply_style
Apply heading or paragraph styles to specific text ranges in Google Docs using character indices.
Instructions
Apply a heading or paragraph style to a text range in a Google Doc by character indices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | Yes | Style to apply. | |
| account | Yes | Account id. | |
| end_index | Yes | End character index. | |
| document_id | Yes | Google Docs document ID. | |
| start_index | Yes | Start character index (from docs_get response). |