set_paragraph_shading
Apply background shading to a paragraph using fill color and optional pattern. Specify the paragraph ID and fill color as a 6-digit hex code.
Instructions
Set background shading on a paragraph.
Args: para_id: paraId of the target paragraph. fill_color: Fill color as 6-digit hex (e.g., "FFFF00"). pattern: Shading pattern (default "clear").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| pattern | No | clear | |
| fill_color | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |