Skip to main content

Documentation Index

Fetch the complete documentation index at: https://superdoc-nick-sd-2070-add-content-controls-namespace-to-doc.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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