create_table
Create a table in an InDesign document at a specified position and size. Define the number of rows, columns, header rows, and footer rows for structured layouts.
Instructions
Create a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X position in mm | |
| y | Yes | Y position in mm | |
| rows | Yes | Number of rows | |
| width | Yes | Table width in mm | |
| height | Yes | Table height in mm | |
| columns | Yes | Number of columns | |
| pageIndex | No | Page index | |
| footerRows | No | Number of footer rows | |
| headerRows | No | Number of header rows |