We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I want to access the floating shape,but It seems that python-docx only support the inline shape. e.g.
from docx import Document doc=Document('test.docx') len(doc.inline_shapes) 5
How can I get the numbers of the floating shape in a word document?