且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用 python-pptx 删除 PowerPoint 中的超链接

更新时间:2023-01-18 17:19:50

要从形状(单击形状导航到某处的那种)中删除超链接,请将超链接地址设置为 None:

To remove a hyperlink from a shape (the kind where clicking on the shape navigates somewhere), set the hyperlink address to None:

shape.click_action.hyperlink.address = None