find_textboxes_by_style
Search textboxes in Power BI paginated reports using style filters (background color, font, alignment, etc.). Returns matched textbox names and locations for efficient bulk styling.
Instructions
Search for textboxes matching one or more style filters. Filters AND together (every supplied filter must match). Returns [{name, location, matched_fields}] where location is best-effort 'body' / 'header' / 'footer' / 'tablix:' / 'rectangle:'. Returns [] when no filters supplied. Pair with set_textbox_style_bulk for discovery+apply patterns (e.g. 'recolor every red textbox').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| color | No | ||
| format | No | ||
| font_size | No | ||
| font_style | 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 | ||
| padding_bottom | No | ||
| vertical_align | No | ||
| text_decoration | No | ||
| background_color | No |