Releases: BlackBoiler/python-docx
Releases · BlackBoiler/python-docx
v0.4.2-rc.1: Add formatting attributes
- Adds attributes to access more information about formatting
v0.4.1 - Fix for comments
DEV-1405: Comments in edit transfer
- Adds all_runs property to Ins and Del objects
- Allows us to get comments that affect runs inside Ins and Del
- changes
commentsproperty of Paragraph to use all_runs instead of runs- allows us to get comments from Ins and Del runs
v0.4.1-rc.1 - Fix for comments
Get runs from Ins and Del so we can properly read comments from them
v0.4 - Add comment functionality
0.4 (2021-12-07)
- Adds support for reading and inserting comments
- Commits from user BayooG also add basic support for footnotes
v0.3 - Update python-docx
v0.3
DEV-1201
- updates python-docx to the current state of python-openxml/python-docx
insert paragraph after
add insert paragraph after functionality for FXIs.