Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

jlward
Copy link
Contributor

@jlward jlward commented May 20, 2016

<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>

@jlward jlward added the bug label May 20, 2016
XML_TAG = 'pict'

children = XmlCollection(Shape)
children = XmlCollection(Shape, Rect)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, as a noob trying to understand, we're looking at something like this https://msdn.microsoft.com/en-us/library/documentformat.openxml.wordprocessing.picture(v=office.15).aspx which states all the various VML shapes can sit under it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is correct. Some we don't care about, some we haven't built yet.

@caffodian
Copy link

👍

@jlward jlward merged commit 9a3ca88 into master May 20, 2016
@jlward jlward deleted the issue_216 branch May 20, 2016 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants