Skip to main content
Text boxes from Word documents. Maintains Word text box content and formatting through import/export.

OOXML Structure

<w:txbxContent>
  <w:p>
    <w:r>
      <w:t>Text box content</w:t>
    </w:r>
  </w:p>
</w:txbxContent>

Use Case

  • Sidebars - Additional information alongside main text
  • Callouts - Highlight key points
  • Forms - Fixed-position form fields
  • Annotations - Comments or notes
  • Layout elements - Complex page designs

Options

Configure the extension behavior:
htmlAttributes
Object
HTML attributes for shape textbox elements

Source Code

I