auto_fit_table_columns
Adjusts table column widths in Word documents to fit content automatically. Specify the filename and table index to apply precise formatting.
Instructions
Set table columns to auto-fit based on content.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | Yes | ||
table_index | Yes |
Input Schema (JSON Schema)
{
"properties": {
"filename": {
"title": "Filename",
"type": "string"
},
"table_index": {
"title": "Table Index",
"type": "integer"
}
},
"required": [
"filename",
"table_index"
],
"type": "object"
}