set_page_item_properties
Modify fill color, stroke color, stroke weight, visibility, or lock state of a page item by specifying its page and item index.
Instructions
Set properties of a page item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageIndex | Yes | Index of the page containing the item | |
| itemIndex | Yes | Index of the page item to modify | |
| fillColor | No | Fill color name | |
| strokeColor | No | Stroke color name | |
| strokeWeight | No | Stroke weight | |
| visible | No | Whether the item is visible | |
| locked | No | Whether the item is locked |