delete_section_break
Removes a section break from a paragraph to merge its content into the following section.
Instructions
Remove a section break from a paragraph.
Removes the w:sectPr from the paragraph's w:pPr. After removal the paragraph's content flows into the next section rather than ending one.
Args: para_id: paraId of the paragraph that holds the section break.
Raises: ValueError: If the paragraph has no section break.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |