方法来自知乎大佬,我做了简单修改,做个备份,方便使用。
打开自动操作
:
搜索 AppleScript
:
运行 AppleScript
,在右侧输入代码,然后再右上角选择只在Power Point
生效:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
on run {input, parameters} tell application "Microsoft PowerPoint" -- version: 2019 set allSlides to slides of active presentation set counter to 0 repeat with each_slide in allSlides try set content of text range of text frame of place holder 2 of notes page of each_slide to "" on error set counter to counter + 1 end try end repeat if counter > 0 then display dialog "共跳过" & counter & "个无法解析的ppt页" buttons {"OK"} default button 1 with title "清除当前演示文稿中的所有备注" with icon note end tell return input end run |
最后 control + S
保存为“清除当前演示文稿中的所有备注
”。
此时再打开 PowerPoint
,并点击顶部菜单栏的「PowerPoint
」→「服务/Services
」→「清除当前演示文稿中的所有备注
」即可:
最新评论
加个QQ好友2062886936,高价回收,想出售随时可以找我吗
不错,想用
能用吗
6啊
该评论为私密评论
域名卖吗?加个QQ864716046好友,长期收域名,想卖随时可以找我
谢谢分享
WireGuard配置文件还有吗