如何在Google文档中的图片周围换行

The Wrap Text Around Image logo.

If you want to insert an image or object into a document, it’s relatively simple. However, positioning and getting them to stay where you want can be frustrating. The wrap text feature in Google Docs makes all of this more manageable.

如果要将图像或对象插入文档,则相对简单。 但是,定位并使其停留在您想要的位置可能会令人沮丧。 Google文档中的自动换行功能使所有这些操作更加易于管理。

什么是文字包装? (What Is Text Wrapping?)

Before we get started, it’s helpful to understand how Google Docs handles images and how that affects the text.

在开始之前,了解Google Docs如何处理图像及其对文本的影响会很有帮助。

After you insert an image into your document, you’re given three options: inline, wrap text, and break text. By default, Google Docs sets the text wrapping to “Inline.”

在将图像插入文档中之后,将为您提供三个选项:内联,换行和换行。 默认情况下,Google文档将文字换行设置为“内联”。

For this setting, Docs handles the image the same as another text character in the file. You can position it anywhere throughout a sentence or paragraph, and it moves along the page the same way any text character would.

对于此设置,“文档”将以与文件中另一个文本字符相同的方式处理图像。 您可以将其放置在整个句子或段落中的任何位置,并且它可以像任何文本字符一样在页面中移动。

Inline text wrapping in a Google doc.

If you select “Wrap Text,” the text surrounds all four sides of the image or object and leaves a consistent gap between the text and each image’s boundary.

如果选择“自动换行”,则文本将围绕图像或对象的所有四个侧面,并在文本和每个图像的边界之间保持一致的间隙。

The "Wrap Text" option used in a Google doc.

If you choose “Break Text,” on the other hand, the text remains above and below the image or object, breaking up the sentence or paragraph into which you inserted it.

另一方面,如果选择“中断文本”,则文本将保留在图像或对象的上方和下方,从而将插入该文本的句子或段落分开。

While we don’t use this option in this guide, it’s still good to know all the choices you have.

尽管我们在本指南中未使用此选项,但是了解您的所有选择仍然很高兴。

The "Break Text" option used in a Google doc.

如何在图像周围换行 (How to Wrap Text Around an Image)

Now that you understand the options, let’s wrap some text! To get started, fire up your browser and go to Google Docs. Open a document with some images around which you want to wrap text.

现在您已经了解了选项,让我们包装一些文字! 首先,请启动浏览器并转到Google文档。 打开包含一些要环绕文本的图像的文档。

If you haven’t inserted your image yet, place the cursor where you want it, click Insert > Image, and then choose the location of your image.

如果尚未插入图像,请将光标放在所需的位置,单击“插入”>“图像”,然后选择图像的位置。

Click "Insert," click "Image," and then choose the location of your image.

Next, select the image or object, and then click the Wrap Text icon in the box that appears.

接下来,选择图像或对象,然后在出现的框中单击“自动换行”图标。

Select the object, and then click the Wrap Text icon.

You can drag the image around and place it wherever you want in the document. After you release it, the text automatically wraps around all sides of the image.

您可以拖动图像并将其放置在文档中的任何位置。 释放后,文本将自动环绕图像的所有侧面。

Text surrounding all sides of an object in a document.

The default spacing of the margin (the distance from the edge to the text) is 1/8 inch. However, you can change the margin to anything from 0 to one inch—just click the drop-down arrow after you select the image.

页边距的默认间距(从边缘到文本的距离)为1/8英寸。 但是,您可以将页边距更改为0到1英寸之间的任何内容-选择图像后,只需单击下拉箭头即可。

Click the margin size you want in the drop-down menu.

翻译自: https://www.howtogeek.com/450952/how-to-wrap-text-around-images-in-google-docs/

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

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

相关文章

如何在Linux上使用history命令

Fatmawati Achmad Zaenuri/ShutterstockFatmawati Achmad Zaenuri / ShutterstockLinux’s shell saves a history of the commands you run, and you can search it to repeat commands you’ve run in the past. Once you understand the Linux history command and how to u…

mysql导入sqlserver数据库表

原文:https://zhidao.baidu.com/question/1114325744502691499.html 在Navicat for MySQL 管理器中,创建目标数据库(注意:因为是点对点的数据导入,要求sql server 中要导出的数据库名称和要导入到Mysql 中的数据库的名字相同)点击…

mac自带邮箱导出邮件_如何将电子邮件从Mac Mail导出到Notes应用程序

mac自带邮箱导出邮件Khamosh PathakKhamosh PathakIf you use the Mail app regularly, you’re used to archiving or flagging emails for later. But what if you want to save a particular message for future reference in the Notes app? Well, there’s a work-around…

Appium使用Python运行appium测试的实例

Appium使用Python运行appium测试的实例 一. Appium之介绍 https://testerhome.com/topics/8038 详情参考-- https://testerhome.com/topics/8038 Appium是一个移动端的自动化框架,可用于测试原生应用,移动网页应用和混合型应用,且…

ubuntu 任务栏监视器_从系统任务栏监视Google服务

ubuntu 任务栏监视器Are you looking for an app that sits in your System Tray and will notify you when you have new items in your Google accounts? Now you can easily monitor all of your favorite Google services with Googsystray. 您是否正在寻找一个位于系统任…

Java发送邮件(带附件)

实现java发送邮件的过程大体有以下几步: 准备一个properties文件,该文件中存放SMTP服务器地址等参数。利用properties创建一个Session对象利用Session创建Message对象,然后设置邮件主题和正文利用Transport对象发送邮件需要的jar有2个&#x…

google天气预报接口_将天气预报添加到谷歌浏览器

google天气预报接口Are you looking for a quick and easy way to see your local weather forecast in Google Chrome? Then you will definitely want to take a good look at the AccuWeather Forecast extension. 您是否正在寻找一种快速简便的方法来在Google Chrome浏览器…

hive中任意相邻时间段数据获取

通过sql语句获取相邻时段数据不比通过其它编程语言,因为sql里面没有for循环,故在实现时需要增加一份副表数据,这里对该方法做一个记录。背景:获取2017年全年平台用户进出贵州省的次数(分为进港次数和出港次数&#xff…

在谷歌浏览器中自动翻译文本

Do you need a quick and simple way to understand an unfamiliar language while browsing the Internet? Then join us as we take a look at the Auto-Translate extension for Google Chrome. 您需要一种快速简单的方法来浏览Internet时理解一种陌生的语言吗?…

知识点025-服务器的基础优化脚本

2019独角兽企业重金招聘Python工程师标准>>> 脚本是借鉴老男孩培训机构的&#xff0c; 感谢感谢~ mkdir -p /server/scripts cat >> /server/scripts/env.sh <<END #!/bin/bash #author Xiongchao #qq 704816384 #mail 704816384qq.com #selinux off…

微服务实现事务一致性实例

分布式系统架构中&#xff0c;分布式事务问题是一个绕不过去的挑战。而微服务架构的流行&#xff0c;让分布式事问题日益突出&#xff01; 下面我们以电商购物支付流程中&#xff0c;在各大参与者系统中可能会遇到分布式事务问题的场景进行详细的分析&#xff01; 如上图所示&a…

使用ama0实现串口通信_“ AMA”是什么意思,以及如何使用它?

使用ama0实现串口通信BigTunaOnline/ShutterstockBigTunaOnline / ShutterstockThe term “AMA” is a staple of Reddit, and it has spread to the far corners of the internet. But what does AMA mean, who came up with the word, and how do you use it? “ AMA”一词是…

火狐 url 乱码_在Firefox中查看URL作为工具提示

火狐 url 乱码Would you like a way to view link URLs wherever you mouse is located in a webpage rather than using the Status Bar? Now you can do so very easily with the URL Tooltip extension for Firefox. 您是否想通过一种方式而不是使用状态栏来查看链接URL&am…

java虚拟机之内存分配

Java 的自动内存管理主要是针对对象内存的回收和对象内存的分配。同时&#xff0c;Java 自动内存管理最核心的功能是 堆 内存中对象的分配与回收。 JDK1.8之前的堆内存示意图&#xff1a; 从上图可以看出堆内存分为新生代、老年代和永久代。新生代又被进一步分为&#xff1a;Ed…

知道无人驾驶的网络安全有多重要吗?英国政府都决定插手开发了

这样的策略也被解读为&#xff0c;英国政府希望借此抢占未来无人驾驶汽车研发的先机。 相信看过下午我们有关速8中黑科技的文章的朋友们&#xff0c;一定对有关车辆网络安全印象深刻&#xff0c;也足以见得未来无人驾驶时代的网络安全问题有多重要。所以&#xff0c;英国政府决…

linux uniq命令_如何在Linux上使用uniq命令

linux uniq命令Fatmawati Achmad Zaenuri/ShutterstockFatmawati Achmad Zaenuri / ShutterstockThe Linux uniq command whips through your text files looking for unique or duplicate lines. In this guide, we cover its versatility and features, as well as how you c…

win10任务栏和开始菜单_如何将网站固定到Windows 10任务栏或开始菜单

win10任务栏和开始菜单Having quick access to frequently-used or hard to remember websites can save you time and frustration. Whether you use Chrome, Firefox, or Edge, you can add a shortcut to any site right to your Windows 10 taskbar or Start menu. 快速访问…

WEB_矛盾

题目链接&#xff1a;http://123.206.87.240:8002/get/index1.php 题解&#xff1a; 打开题目&#xff0c;看题目信息&#xff0c;本题首先要弄清楚 is_numeric() 函数的作用 作用如下图&#xff1a; 即想要输出flag&#xff0c;num既不能是数字字符&#xff0c;不能为数1&…

如何在Windows上解决蓝牙问题

Bluetooth gives you the freedom to move without a tether, but it isn’t always the most reliable way to use wireless devices. If you’re having trouble with Bluetooth on your Windows machine, you can follow the steps below to troubleshoot it. 蓝牙使您可以不…

Multicast注册中心

1234提供方启动时广播自己的地址。   消费方启动时广播订阅请求。   提供方收到订阅请求时&#xff0c;单播自己的地址给订阅者&#xff0c;如果设置了unicastfalse&#xff0c;则广播给订阅者。   消费方收到提供方地址时&#xff0c;连接该地址进行RPC调用。 <du…