set_page_size
Define page dimensions in millimeters for any section of a Word document. Specify width and height, optionally targeting a paragraph with a section break.
Instructions
Set page size from millimetre values.
Args: width_mm: Page width in mm (e.g. 210 for A4, 215.9 for Letter). height_mm: Page height in mm (e.g. 297 for A4, 279.4 for Letter). para_id: paraId of paragraph with section break. None = body section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width_mm | Yes | ||
| height_mm | Yes | ||
| para_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |