CenterForOpenScience / pydocx

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

Picts can have rects, which can have textbox #216

Closed jlward closed 8 years ago

jlward commented 8 years ago
<mc:AlternateContent>
  <mc:Fallback>
    <w:pict>
      <v:rect fillcolor="#FFFFFF" strokecolor="#000000" strokeweight="1pt" style="position:absolute;rotation:0">
        <v:textbox>
          <w:txbxContent>
            <w:p>
              <w:r>
                <w:t>AAA</w:t>
              </w:r>
            </w:p>
          <w:txbxContent>
        <v:textbox>
      <v:rect>
    <w:pict>
  <mc:Fallback>
</mc:AlternateContent>
caffodian commented 8 years ago

👍