I want to add some comments in presentation file for some text-boxes. Is there any python-pptx attribute available to do that ?
2 Answers
Recommended reading : https://python-pptx.readthedocs.io/en/latest/user/text.html
https://python-pptx.readthedocs.io/en/latest/user/quickstart.html
Hope this helps,
2 Comments
Auro
I have already gone through this document but there is not any option to add a comment to the slide.
massivekode
If you don't find it in the docs, open a issue at the official github repo here : github.com/scanny/python-pptx Maybe it isn't implemented yet. If you do open a issue please comment the link here. I am interested to follow up.