Inserting comments in presentation using Python
问题 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:/