python-openxml / python-docx

Create and modify Word documents with Python
MIT License
4.6k stars 1.13k forks source link

feature: Document.paragraphs includes paragraphs nested in <w:ins> elements #6

Open scanny opened 10 years ago

scanny commented 10 years ago

Document.paragraphs shall contain the sequence of paragraphs corresponding to the "Final" view of the document. Inserted paragraphs appear in the sequence. Deleted paragraphs do not. Moved paragraphs appear in their new location.

superlou commented 7 years ago

Any chance this is still being considered?