word多级列表修改编号_如何更改在Word中的编号列表中使用的数字类型

word多级列表修改编号

word多级列表修改编号

00_lead_image_changed_number_types

By default, Word uses Arabic numbers (1, 2, 3, etc.) when you create numbered lists. However, you can change the numbers to a different type or to letters. The character after the number or letter can also be changed.

默认情况下,在创建编号列表时,Word使用阿拉伯数字(1、2、3等)。 但是,您可以将数字更改为其他类型或字母。 数字或字母后的字符也可以更改。

NOTE: We used Word 2016 to illustrate this feature, but this procedure works in 2013 as well.

注意:我们使用Word 2016来说明此功能,但是此过程也可在2013年使用。

Highlight the text you want to convert to a numbered list. Click the down arrow on the “Numbering” button in the “Paragraph” section of the “Home” tab. Some number formats are available in the “Numbering Library” section on the drop-down menu that displays. If you’ve created at least one numbered list in the current document, the number formats used in the document display in the “Document Number Formats” section of the drop-down list. Any number formats used recently in the document are listed in the “Recently Used Number Formats” section. You can choose from any of these formats for your current numbered list. If the format you want is not on the drop-down menu, select “Define New Number Format”.

突出显示要转换为编号列表的文本。 单击“主页”选项卡的“段落”部分中“编号”按钮上的向下箭头。 在显示的下拉菜单的“编号库”部分中提供了一些数字格式。 如果您在当前文档中至少创建了一个编号列表,则文档中使用的编号格式将显示在下拉列表的“文档编号格式”部分中。 最近使用的数字格式在“最近使用的数字格式”部分中列出。 您可以从任何一种格式中选择当前编号列表。 如果所需的格式不在下拉菜单上,请选择“定义新数字格式”。

01_selecting_define_new_number_format

On the “Define New Number Format” dialog box, select a style from the “Number style” drop-down list.

在“定义新数字格式”对话框上,从“数字样式”下拉列表中选择一种样式。

02_selecting_number_style

You can select any of the following number and letter types for use on your numbered lists.

您可以选择以下任何数字和字母类型,以在编号列表中使用。

  • Arabic: 1, 2, 3, 4

    阿拉伯语:1、2、3、4
  • Uppercase Roman: I, II, III, IV

    大写罗马字母:I,II,III,IV
  • Lowercase Roman: i, ii, iii, iv

    小写罗马:i,ii,iii,iv
  • Uppercase Alphabetic: A, B, C, D

    大写字母:A,B,C,D
  • Lowercase Alphabetic: a, b, c, d

    小写字母:a,b,c,d
  • Ordinals: 1st, 2nd, 3rd, 4th

    普通票:1、2、3、4
  • Word Numbers: One, Two, Three, Four

    字数:1、2、3、4
  • Word Ordinals: First, Second, Third, Fourth

    普通词:第一,第二,第三,第四
  • Leading Zeros: 01, 02, 03, 04

    前导零:01、02、03、04

In the “Number format” edit box, there is a period after the number or letter by default. If you want to change that to another character, such as a parenthesis (“)”), dash (“-“), or colon (“:”), delete the period and type the character you want.

在“数字格式”编辑框中,默认情况下,数字或字母后有一个句点。 如果要将其更改为另一个字符,例如括号(“)”,破折号(“-”)或冒号(“:”),请删除句点并键入所需的字符。

03_changing_number_format

The “Alignment” drop-down list allows you to specify whether the number or letter is aligned left, centered, or right in the space allotted for the numbering. The default choice is “Left”. Select “Centered” or “Right” if you want to change the alignment. To change the font of the numbers or letters on your list, use the “Font” button. When you’re finished making your changes, click “OK”. The numbered list is created similar to the example in the image at the beginning of this article.

“对齐”下拉列表允许您指定数字或字母是在为编号分配的空间中是左对齐,居中对齐还是右对齐。 默认选择是“左”。 如果要更改对齐方式,请选择“居中”或“右”。 要更改列表中数字或字母的字体,请使用“字体”按钮。 完成更改后,单击“确定”。 编号列表的创建类似于本文开头图像中的示例。

04_changing_alignment

If you’re going to customize the numbering on your list, you might want to turn off automatic numbered lists so Word doesn’t automatically apply the default numbering as you type your items.

如果要自定义列表中的编号,则可能要关闭自动编号列表,以使Word在键入项目时不会自动应用默认编号。

You can also easily skip numbering in numbered lists and create numbered lists using the keyboard in Word.

您还可以轻松地跳过编号列表中的编号,并使用Word中的键盘创建编号列表。

翻译自: https://www.howtogeek.com/233177/how-to-change-the-type-of-numbers-used-in-a-numbered-list-in-word/

word多级列表修改编号

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

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

相关文章

微服务学习笔记

微服务是一种架构模式或者说是一种架构风格,他提倡将单一的应用程序划分为一组小的服务,每个服务运行在其独立的进程中,服务之间互相协调,互相配合,为用户提供最终价值。dubbo与spring Cloud之间的区别之一是dubbo基于…

Go语言实时GC - 三色标记算法

前言 Go语言能够支持实时的,高并发的消息系统,在高达百万级别的消息系统中能够将延迟降低到100ms以下,很大一部分需要归功于Go高效的垃圾回收系统。 对于实时系统而言,垃圾回收系统可能是一个极大的隐患,因为在垃圾回收…

每小时50哈希——看看一个内部员工是如何摧毁整个公司网络的?

本文讲的是每小时50哈希——看看一个内部员工是如何摧毁整个公司网络的?,我们以前曾调查过黑客会通过连接在USB端口的正在充电的手机实施攻击,在这项研究中,我们重新审视了USB端口的安全性。我们发现,手机充电时&#…

推荐一款 在线+离线数据 同步框架 Dotmim.Sync

移动智能应用可以分为在线模式、纯离线模式与“在线离线”混合模式。在线模式下系统数据一般存储在服务器端的大中型数据库(如 SQL Server、Oracle、MySQL 等),移动应用依赖于稳定可靠的网络连接;纯离线模式下系统数据一般存储在移…

如何在Windows 10中将您喜欢的设置固定到开始菜单

If you find you’re accessing the same settings over and over in Windows 10, you can add these settings to the Start menu as tiles for quick and easy access. We’ll show you how to do this. 如果发现要在Windows 10中反复访问相同的设置,则可以将这些…

20155202《网络对抗》Exp9 web安全基础实践

20155202《网络对抗》Exp9 web安全基础实践 实验前回答问题 (1)SQL注入攻击原理,如何防御 SQL注入产生的原因,和栈溢出、XSS等很多其他的攻击方法类似,就是未经检查或者未经充分检查的用户输入数据,意外变成…

web前端工程师热门岗位技能要求前瞻

春节假期以后,稍作调整,马上就要迎来求职高峰期。作为一名前端工程师或者有意向转行从事前端相关工作的人,你是否对2019年的前端市场有了新的解读,对于前端的企业岗位要求有了新的理解。今天我就跟大家分享一下2019年web前端热门岗…

MVC Html.AntiForgeryToken() 防止CSRF***

MVC中的Html.AntiForgeryToken()是用来防止跨站请求伪造(CSRF:Cross-site request forgery)***的一个措施,它跟XSS(XSS又叫CSS:Cross-Site-Script),***不同,XSS一般是利用站内信任的用户在网站内插入恶意的脚本代码进行***,而CSRF则是伪造成受信任用户对网站进行***…

如何反序列化派生类

前言上回,我们讲解了《如何序列化派生类》。那如何反序列化派生类呢?假设有一个 Person 抽象基类,其中包含 Student 和 Teacher 派生类:public class Person {public string Name { get; set; } }public class Student : Person {…

目标跟踪 facebook_如何关闭Facebook Messenger的位置跟踪(如果已启用)

目标跟踪 facebookIt seems like everyone is tracking our location now. Not surprisingly, Facebook Messenger can also transmit a significant amount of information on your location activity. If you use Messenger, here’s how to make sure it’s not reporting y…

哪位大兄弟有用 cMake 开发Android ndk的

一直用 Android studio 开发ndk,但是gradle支持的不是很好,只有experimental 版本支持 配置各种蛋疼。主要每次新建一个module都要修改配置半天。之前也看到过google 开发文档有提到 cmake 但是一直没用。哪位大兄弟用过,说下经验 哪位大兄弟…

restfull知识点

网络应用程序,分为前端和后端两个部分。当前的发展趋势,就是前端设备层出不穷(手机、平板、桌面电脑、其他专用设备......)。因此,必须有一种统一的机制,方便不同的前端设备与后端进行通信。这导致API构架的…

云计算基础知识:CPU虚拟化

虚拟化技术的分类主要有服务器虚拟化、存储虚拟化、网络虚拟化、应用虚拟化。服务器虚拟化技术按照虚拟对象来分,可分为:CPU虚拟化、内存虚拟化、I/O虚拟化;按照虚拟化程度可分为:全虚拟化、半虚拟化、硬件辅助虚拟化。将不同的虚拟化对象和程…

WPF-18 INotifyPropertyChanged 接口

我们先来看看微软官方给出的定语:通知客户端属性值已经更改。其实对于一个陌生小白来说,很难通过这句话来理解其中的原理,这个接口在WPF和Winform编程中经常会用到,下面是该接口的定义:namespace System.ComponentMode…

头脑风暴 软件_头脑风暴和思维导图的最佳网站和软件

头脑风暴 软件A mind map is a diagram that allows you to visually outline information, helping you organize, solve problems, and make decisions. Start with a single idea in the center of the diagram and add associated ideas, words, and concepts connected ra…

NULL的陷阱:Merge

NULL表示unknown,不确定值,所以任何值(包括null值)和NULL值比较都是不可知的,在on子句,where子句,Merge或case的when子句中,任何值和null比较的结果都是false,这就是NULL…

Python实现将不规范的英文名字首字母大写

Python实现将不规范的英文名字首字母大写 这篇文章给大家主要介绍的是利用map()函数,把用户输入的不规范的英文名字,变为首字母大写,其他小写的规范名字。文中给出了三种解决方法,大家可以根据需要选择使用,感兴趣的朋…

使用 System.Text.Json 时,如何处理 Dictionary 中 Key 为自定义类型的问题

在使用 System.Text.Json 进行 JSON 序列化和反序列化操作时,我们会遇到一个问题:如何处理字典中的 Key 为自定义类型的问题。背景说明 例如,我们有如下代码:// 定义一个自定义类型 public class CustomType {public int Id { get…

极限编程 (Extreme Programming) - 发布计划 (Release Planning)

编写用户故事后,您可以使用发布计划会议来创建发布计划。发布计划指定 将为每个系统版本实现哪些用户故事以及这些版本的日期。这给出了一组用户故事供客户在迭代计划会议期间进行选择,以便在下一次迭代期间实施。然后将这些选定的故事翻译成单独的编程任…

使用Ubuntu的公用文件夹轻松地在计算机之间共享文件

You’ve probably noticed that Ubuntu comes with a Public folder in your home directory. This folder isn’t shared by default, but you can easily set up several different types of file-sharing to easily share files on your local network. 您可能已经注意到&am…