Installation
Included by default in SuperDoc.Commands
createDocumentSection
Create a new document section.
removeSectionAtSelection
Remove the section at the current cursor position.
removeSectionById
Remove a section by its ID.
lockSectionById
Lock a section to prevent editing.
updateSectionById
Update a section’s content or attributes.
Helpers
Attributes
| Attribute | Type | Default | Description |
|---|---|---|---|
id | string/number | auto | Unique identifier |
title | string | ” | Section label (w:alias in Word) |
description | string | ” | Metadata (w:tag in Word) |
sectionType | string | ” | Business classification |
isLocked | boolean | false | Edit prevention |
Word export
Sections export as Word content controls:Common patterns
Contract structure
Role-based locking
Related
- Field Annotation - Form fields
- Structured Content - Structured content blocks

