【Microsoft PowerPoint for Mac】2分钟配置-MAC一键删除PPT中的所有备注

MAC一键删除PPT中的所有备注

  • 1.搜索自动操作
  • 2.点击快速操作
  • 3.搜索并运行`AppleScript`
  • [4.输入代码,并选择只应用于Microsoft PowerPoint for Mac【右上角】](#4.输入代码,并选择只应用于Microsoft PowerPoint for Mac【右上角】)
  • [5. CRTL+S保存为"清除当前文稿中的所有备注",PPT中应用。](#5. CRTL+S保存为“清除当前文稿中的所有备注”,PPT中应用。)

MAC没自带,需要自己配置

1.搜索自动操作

2.点击快速操作

第一遍可能打不开,可以尝试两次

3.搜索并运行AppleScript

4.输入代码,并选择只应用于Microsoft PowerPoint for Mac【右上角】

支持command+Z撤销删除

复制代码
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

5. CRTL+S保存为"清除当前文稿中的所有备注",PPT中应用。

参考:

https://www.machunjie.com/macos/1315.html【代码运行完闪退】

https://www.zhihu.com/question/35590265/answer/1193997870【完美解决问题】

相关推荐
AcaDesign1 小时前
国家/省部市级科技奖答辩PPT_科技进步奖_自然科学奖_技术发明奖|WordinPPT
大数据·人工智能·科技·powerpoint
宝桥南山9 小时前
Blazor Web Assembly - 体验一下Authentication State从Server共享给Client
microsoft·微软·c#·asp.net·.net·.netcore
上海魁鲸科技有限公司14 小时前
APS高级排产系统到底有什么用?一文讲清功能、选型与落地建议
前端·microsoft·excel
EXI-小洲18 小时前
MacOS IDEA将本地项目代码上传至SVN空仓库
macos·svn·intellij-idea
日月新著19 小时前
微软2万人调查:天天用AI的你,为什么还是原地踏步?
人工智能·microsoft
●VON1 天前
芯稿 MarkDeck 使用指南:用 Markdown 写出可编辑的 PPT
华为·编辑器·powerpoint·harmonyos·鸿蒙
公子小六2 天前
基于.NET的Windows窗体编程之WinForms音频控件
windows·microsoft·c#·.net·音视频·winforms
咸鱼翻身小阿橙2 天前
QSFPER1开发文档1
microsoft
weixin_531670892 天前
Interlude起来:久坐提醒软件为什么需要登录?有没有完全本地运行的Mac休息提醒软件?
人工智能·macos·swift
coding4u2 天前
Mac 多桌面(Spaces)的正确用法:你的屏幕可以大三倍
macos·docker·计算机外设·文件管理·策略模式