Inserting comments in presentation using Python

大兔子大兔子 提交于 2020-12-13 11:58:07

问题


I want to add some comments in presentation file for some text-boxes. Is there any python-pptx attribute available to do that ?


回答1:


PowerPoint comments are not yet supported in python-pptx. There's not really a feature request for that at the time of this writing, so you can feel free to add one if you like.




回答2:


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,



来源:https://stackoverflow.com/questions/52493362/inserting-comments-in-presentation-using-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!