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.
Introducing Document Engine — edit DOCX files from code, CLI, SDKs, or AI agents. Read the announcement →
<w:r>
<w:rPr>
<!-- Run properties -->
</w:rPr>
<w:t>Text content</w:t>
</w:r>
Was this page helpful?
