Skip to content

How to access the floating shape? #747

Open
@lxbcyllt

Description

@lxbcyllt

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions