format_layout
Apply paragraph spacing, table row height, and cell padding to DOCX files. Supports strict mode for layout adjustments.
Instructions
Apply layout controls (paragraph spacing, table row height, cell padding). Google Docs supports paragraph spacing only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | Path to the DOCX file. | |
| google_doc_id | No | Google Doc ID or URL (alternative to file_path). Extract from URL: docs.google.com/document/d/{ID}/edit | |
| strict | No | ||
| paragraph_spacing | No | ||
| row_height | No | ||
| cell_padding | No |