I have to retrieve tables and previous/next paragraphs from docx file, but can\'t imagine how to obtain this with python-docx
docx
python-docx
I can get a list
Resolved as property Document.story, contains paragraphs and tables in document order
https://github.com/python-openxml/python-docx/pull/395
document = Document('test.docx') document.story