OOXML Structure
Use case
- Word import - Preserve exact run structure
- Format boundaries - Maintain formatting breaks
- Internal structure - Framework implementation detail
- OOXML fidelity - Match Word’s internal model
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Bring your own editor UI. Use SuperDoc as the document engine underneath. Read the announcement →
<w:r>
<w:rPr>
<!-- Run properties -->
</w:rPr>
<w:t>Text content</w:t>
</w:r>
Was this page helpful?
