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?