resize_page_item
Resize a page item on a specific page by its index, providing new width and height, with an optional anchor point to control the resize origin.
Instructions
Resize a page item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | New width | |
| height | Yes | New height | |
| itemIndex | Yes | Index of the page item to resize | |
| pageIndex | Yes | Index of the page containing the item | |
| anchorPoint | No | Anchor point for resizing | CENTER_ANCHOR |