add_section_break
Insert a section break at a specified paragraph to mark it as the last of its section. Supports break types: nextPage, continuous, evenPage, or oddPage.
Instructions
Add a section break at a paragraph.
Inserts a section properties element in the paragraph, marking it as the last paragraph of its section.
Args: para_id: paraId of the paragraph to place the section break on. break_type: "nextPage", "continuous", "evenPage", or "oddPage".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| break_type | No | nextPage |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |