set_textbox_style_bulk
Apply consistent style to multiple named textboxes simultaneously. Returns list of changed paths and skipped names for missing textboxes.
Instructions
Apply the same style kwargs to every named textbox in one call. Same kwarg surface as set_textbox_style. Missing names land in skipped rather than raising. Returns {textboxes, skipped, changed} where changed is the union of sub-paths affected across all textboxes. Pair with find_textboxes_by_style to discover names by current style.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| color | No | ||
| format | No | ||
| can_grow | No | ||
| font_size | No | ||
| can_shrink | No | ||
| text_align | No | ||
| font_family | No | ||
| font_weight | No | ||
| padding_top | No | ||
| border_color | No | ||
| border_style | No | ||
| border_width | No | ||
| padding_left | No | ||
| writing_mode | No | ||
| padding_right | No | ||
| textbox_names | Yes | ||
| padding_bottom | No | ||
| vertical_align | No | ||
| background_color | No |