powerpoint预览_如何放大和缩小PowerPoint演示文稿的一部分

powerpoint预览

powerpoint预览

powerpoint logo

Microsoft PowerPoint lets you zoom in and out on a specific part of your PowerPoint slideshow, which can be handy both while editing and for drawing attention to important objects or ideas during the presentation. Here’s how to do it.

Microsoft PowerPoint使您可以放大和缩小PowerPoint幻灯片的特定部分,在编辑过程中以及在演示过程中吸引对重要对象或想法的注意时,这都非常方便。 这是操作方法。

Whether you’re in normal view or slideshow view, PowerPoint lets you zoom in and out as the need arises. There are a few ways you can do this, depending on which view you’re in.

无论是普通视图还是幻灯片视图,PowerPoint都可以根据需要放大和缩小。 您有几种方法可以执行此操作,具体取决于您所在的视图。

The first method is by using the zoom bar at the bottom-right of the window (which isn’t available in the slideshow view). This method is convenient as the zoom bar is immediately accessible. To use the zoom bar,  click and drag the bar left or right to zoom out or in, respectively. You can also resize the slide to fit your current window by clicking the box to the right of the zoom bar.

第一种方法是使用窗口右下角的缩放栏(在幻灯片显示视图中不可用)。 此方法很方便,因为可以立即访问缩放栏。 要使用缩放栏,请分别单击并向左或向右拖动该栏以缩小或放大。 您还可以通过单击缩放栏右侧的框来调整幻灯片的大小以适合当前窗口。

Using the Zoom Bar gif

Another method is using the “Zoom” tool, found on the “View” tab.

另一种方法是使用“视图”选项卡上的“缩放”工具。

zoom option found in view tab

In the “Zoom” window, you can select a zoom percentage from the list of available options or enter a precise percentage into the “Percent” box. Once ready, click “OK,” and your slide will zoom to the selected amount.

在“缩放”窗口中,您可以从可用选项列表中选择缩放百分比,或在“百分比”框中输入精确的百分比。 准备好后,单击“确定”,您的幻灯片将缩放到所选的数量。

Select the zoom percentage from the dialogue box

Those two methods are great for when you’re editing and need to take a closer look at something. But if you’re in the middle of giving your presentation and want to zoom in on a specific part for emphasis, you can do that too.

这两种方法非常适合您编辑时需要仔细查看的内容。 但是,如果您正在演示中,并且希望放大特定部分以进行强调,则也可以这样做。

Select the magnifying glass from the presenter view and then click the part of the slide you want to zoom. Once zoomed in, you can click and drag to move the slide around. When you’re finished, click the magnifying glass again to zoom back out.

从演示者视图中选择放大镜,然后单击幻灯片中要缩放的部分。 放大后,您可以单击并拖动以移动幻灯片。 完成后,再次单击放大镜以缩小。

Zooming in and out in presenter view gif

One last tip: In both normal and slideshow view, you can hold the Ctrl key while scrolling your mouse wheel to zoom in and out. This also works if you want to resize your slide thumbnails.

最后一个提示:在普通视图和幻灯片视图中,您都可以在按住Ctrl键的同时滚动鼠标滚轮来放大和缩小。 如果要调整幻灯片缩略图的大小,这也可以使用。

That’s all there is to it!

这里的所有都是它的!

翻译自: https://www.howtogeek.com/427697/how-to-zoom-in-and-out-on-part-of-a-powerpoint-presentation/

powerpoint预览

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/278520.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

GitGitHub语法大全

目录 1. GitHub与Git万用语法1)创建库2)添加和提交到仓库3)版本回退4)缓存区和暂存区5)撤销和删除文件6)远程仓库7)创建和合并分支2. 更多Git语法1. GitHub与Git万用语法 1)创建库 git init 2)添…

从Firefox控制您喜欢的音乐播放器

Do you love listening to music while you browse? Now you can access and control your favorite music player directly from Firefox with the FoxyTunes extension. 您喜欢在浏览时听音乐吗? 现在,您可以直接使用FoxyTunes扩展程序从Firefox访问和…

富文本编辑器初探

长期以来,作为用户我是富文本编辑器的使用者,作为前端开发,我也只是富文本插件的使用者,对内部实现细节不甚了解,使用上也只停留在调用插件提供的API,实现一些业务逻辑。最近的项目,需要开发一个…

特殊的求和(函数和循环)

【问题描述】 编写函数int fun(int a,int n)求Sn a aa aaa … aa…a 的值(最后一个数中 a 的个数为 n ),其中 a 是一个1~9的数字,例如:2 22 222 2222 22222 (此时 a2 n5 ) 。参数由主函…

ms project 入门_Microsoft Project 2010入门

ms project 入门Would you like to keep your projects on track and keep track of how time and resources are used? Let’s take a look at Microsoft Project 2010 and how it can help you stay on top of your projects. 您想保持项目进度并了解如何使用时间和资源吗&…

mysql基本的增删改查和条件语句

增 insert into 表名(列名,列名。。。。。。) values("test1",23),("test2",23),("test3",24); 这条命令可以一次增加一条数据,也可以同时增加多条数据 还可以从插入其他的表到数据到当前表 insert into 插入的…

后端model传入前端JSP页面中的值判断后再取值

所遇到的问题后端model传入前端JSP页面中的值通过foreach循环内要满足条件才能取值给Div中,我们知道jsp页面中可以直接用EL表达式取值,格式就是${"model中传来的数据"},但是我要把传过来的数据判断后再取值就遇到了问题,通过查百度…

黑莓os软件下载_在PC上试用BlackBerry OS

黑莓os软件下载There’s a wider selection of smart phones and mobile OS’s than ever before, but you can’t just go buy every phone available and try them all out. Here’s how you can test out the latest version of the BlackBerry OS for free on your PC. 智…

IO流之转换流

一 转换流 1 OutputStreamWriter类 是字符流通向字节流的桥梁: 可使用指定的字符编码表,将要写入流中的字符编码成字节。它的作用的就是,将字符串按照指定的编码表转成字节,在使用字节流将这些字节写出去。 public static void m…

Spring事务管理(三)-PlatformmTransactionManager解析和事务传播方式原理

2019独角兽企业重金招聘Python工程师标准>>> Spring在事务管理时,对事务的处理做了极致的抽象,即PlatformTransactionManager。对事务的操作,简单地来说,只有三步操作:获取事务,提交事务&#x…

div方框弯曲边样式_使用弯曲样式编辑文本

div方框弯曲边样式Would you like a new Notepad replacement that incorporates the latest technologies while staying slim and fast? Text editors are usually bland, boring programs, but here’s a new one that makes your text come to life beautifully. 您是否想…

分布式锁的几种实现原理

分布式锁主流有三种模式: 实现方式 功能要求 实现难度 学习成本 运维成本 MySQL 的方案借助表锁/行锁实现 满足基本要求 不难 熟悉 小量OK、大量影响现有业务、1主多从架构,不方便扩容 通过 ZK 创建数据节点的方式实现 满足要求 熟悉 ZK API 即可 需要学…

如何破解您忘记的Windows密码

Here at How-To Geek, we’ve covered many different ways to reset your password for Windows—but what if you can’t reset your password? Or what if you’re using drive encryption that would wipe out your files if you changed the password? It’s time to cr…

sql语句练习50题(Mysql版)

表名和字段–1.学生表Student(s_id,s_name,s_birth,s_sex) –学生编号,学生姓名, 出生年月,学生性别–2.课程表Course(c_id,c_name,t_id) – –课程编号, 课程名称, 教师编号–3.教师表Teacher(t_id,t_name) –教师编号,教师姓名–4.成绩表Score(s_id,c_id,s_score) –学生编号…

OpenCV3 识别图中表格-JAVA 实现

2019独角兽企业重金招聘Python工程师标准>>> 关于 JAVA 学习 OpenCV 的内容,函数讲解。内容我均整理在 GitHubd的OpenCV3-Study-JAVA OpenCV 3 识别图中表格-Java 实现 1. 说明 网上大部分资料,都是针对 C的,python、java 的例子太…

内存泄露 体现在哪个数字上_Microsoft刚刚泄漏了一个新的开始菜单。 你喜欢哪个?...

内存泄露 体现在哪个数字上NTAuthority on TwitterTwitter上的NTAuthorityMicrosoft messed up today, releasing an internal build of Windows 10 to Windows Insiders. This build was never meant to see the light of day, but it features a new Start menu design—with…

简述 Spring Cloud 是什么

很多同学都了解了Spring ,了解了 Spring Boot, 但对于 Spring Cloud 是什么还是比较懵逼的。 本文带你简单的了解下,什么是Spring Cloud。 Spring Cloud 是什么 从字面理解,Spring Cloud 就是致力于分布式系统、云服务的框架。 Spring Cloud …

js DOM节点

元素节点 4种方式获取 var oDiv document.getElementById("box");        //通过Id获取元素var oDiv document.getElementsByClassName("div")[0];   //通过类名获取元素  --》[ 0 ] 必须写var oDiv document.getElementsByTagName("…

python web scraping

2019独角兽企业重金招聘Python工程师标准>>> 最近在看《Web Scraping with Python》,借此来熟悉Python2.7如何开始编程。 发现书上主要使用的 http://example.webscraping.com/ 网站有部分变化,书中的代码有点无法对照使用,因此稍…

傅里叶变换的物理意义

用三角函数表示周期函数 傅里叶的相关理论始于下面假设:对于周期为1的信号$f(t)$,可以由不同频率的三角函数组成, $f(t) \frac{a_0}{2}\displaystyle{\sum^{\infty}_{k1}}(a_kcos(2\pi kt)b_ksin(2\pi kt))$ 组成的基础波形为一个信号对&…