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.pswp.cn/news/280363.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/280363.shtml
英文地址,請注明出處:http://en.pswp.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…