set_section_properties
Set page orientation, dimensions, and margins for a specific section of a document. Adjust layout properties to control page size and spacing.
Instructions
Set properties for a specific section.
Args: section_index: Index of the section to modify orientation: 'PORTRAIT' or 'LANDSCAPE' width_inches: Page width in inches height_inches: Page height in inches top_margin: Top margin in inches bottom_margin: Bottom margin in inches left_margin: Left margin in inches right_margin: Right margin in inches
Returns: Success or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_margin | No | ||
| left_margin | No | ||
| orientation | No | ||
| right_margin | No | ||
| width_inches | No | ||
| bottom_margin | No | ||
| height_inches | No | ||
| section_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |