当前位置: 首页 > news >正文

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

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

  • 1.搜索自动操作
  • 2.点击快速操作
  • 3.搜索并运行`AppleScript`
  • 4.输入代码,并选择只应用于Microsoft PowerPoint for Mac【右上角】
  • 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: 2019set allSlides to slides of active presentationset counter to 0repeat with each_slide in allSlidestryset content of text range of text frame of place holder 2 of notes page of each_slide to ""on errorset counter to counter + 1end tryend repeatif counter > 0 then display dialog "共跳过" & counter & "个无法解析的ppt页" buttons {"OK"} default button 1 with title "清除当前演示文稿中的所有备注" with icon noteend tellreturn input
end run

请添加图片描述

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

请添加图片描述

参考:

https://www.machunjie.com/macos/1315.html【代码运行完闪退】
https://www.zhihu.com/question/35590265/answer/1193997870【完美解决问题】

http://www.lryc.cn/news/542284.html

相关文章:

  • 【UML】统一建模语言 UML 基础
  • AWS S3深度解析:十大核心应用场景与高可用架构设计实践
  • 如何用Python 3自动打开exe程序
  • 计算机网络之路由协议(自治系统)
  • MFC笔记:本专栏课件
  • springboot集成jackson-dataformat-xml实现发送XML请求和XML响应参数处理
  • Spring Cloud Gateway 网关的使用
  • 超高速工业相机的应用
  • 学习笔记--电磁兼容性EMC
  • 利用开源小智AI制作桌宠机器狗
  • 基于PSO-LSTM长短期记忆神经网络的多分类预测【MATLAB】
  • Qt中C++与QML交互从原理、方法与实践陷阱深度解析
  • 基于SpringBoot和Leaflet的邻省GDP可视化实战
  • esp工程报错:something went wrong when trying to build the project esp-idf 一种解决办法
  • Grouped-Query Attention(GQA)详解: Pytorch实现
  • DeepSeek AI人工智能该如何学习?
  • 【数据库】【MySQL】索引
  • SprinBoot整合HTTP API:从零开始的实战指南
  • 可狱可囚的爬虫系列课程 13:Requests使用代理IP
  • DBeaver下载安装及数据库连接(MySQL)
  • 国产开源PDF解析工具MinerU
  • 消息中间件的开源实现
  • AcWing 299 裁剪序列
  • P2889 [USACO07NOV] Milking Time S
  • 基于Spring Boot的健康医院门诊在线挂号系统设与实现(LW+源码+讲解)
  • PyTorch-基础(CUDA、Dataset、transforms、卷积神经网络、VGG16)
  • 复现论文:DPStyler: Dynamic PromptStyler for Source-Free Domain Generalization
  • 6.将cr打包成网络服务|使用postman进行测试|编写oj_server的服务路由功能(C++)
  • 基于SpringBoot + Vue的共享汽车(单车)管理系统设计与实现+毕业论文+开题报告+指导搭建视频
  • Day54(补)【AI思考】-SOA,Web服务以及无状态分步解析与示例说明