CenterForOpenScience / pydocx

An extendable docx file format parser and converter
Other
183 stars 55 forks source link

txbxContent can contain a table #217

Closed jlward closed 8 years ago

jlward commented 8 years ago
  <v:textbox>
    <w:txbxContent>
      <w:tbl>
        <w:tr>
          <w:tc>
            <w:p>
              <w:r>
                <w:t>AAA</w:t>
              </w:r>
            </w:p>
          </w:tc>
        </w:tr>
      </w:tbl>
    </w:txbxContent>
  </v:textbox>
bocribbz commented 8 years ago

looks good